To copy the code examples, refer to this article: www.codejava.net/java-se/jdbc/connect-to-postgresql-database-server-via-jdbc
@schmutz063 жыл бұрын
Hi Code Java, I watched 20 hours of PostgreSQL tutorials over the past month coming from little experience and this is the first one which directly helped me reach my first (basic) holy grail; make a remote database, manipulate it. Thank you , I feel I'm now on the path!
@CodeJava3 жыл бұрын
Glad I could help!
@schmutz063 жыл бұрын
@@CodeJava Thanks! I have a question, I inserted several rows and deleted them. When I insert new rows the integer/primary key continues on. e.g. I have ID 1, 2 ,3 ... I delete 2 & 3, I insert a new row and instead of generating the ID of '2' it goes onto '4'. Is that OK/normal and is there any way to circumvent it?
@emilefeltesse3 жыл бұрын
Done this today successfully. Im so proud! Thank you :)
@CodeJava3 жыл бұрын
Wonderful!
@stephenpeters43933 жыл бұрын
Calm and Collected! 💯 very concise too!
@CodeJava2 жыл бұрын
Glad you liked it!
@CodeJava2 жыл бұрын
Glad you liked it!
@Intaberna9867 ай бұрын
Helpful beyond measure. Thank you SO very much.
@CodeJava7 ай бұрын
Glad it was helpful!
@ajithchristo85692 жыл бұрын
Explaining is very clear and easy to understand
@CodeJava2 жыл бұрын
Glad to hear that
@cjm1013 жыл бұрын
I liked and subscribed because this video was exactly what I needed to help me understand the concept of connecting to postgre sql database from eclipse, thank you for your good work!! 🙏♥♥
@CodeJava3 жыл бұрын
Awesome, thank you!
@asokang70862 жыл бұрын
Best tutorial, Thank You😊
@CodeJava2 жыл бұрын
You're welcome!
@slatha69012 жыл бұрын
Wow.. Wonderful explanation thank you
@CodeJava2 жыл бұрын
Glad it was helpful!
@ismailtekin9349 Жыл бұрын
Thank you for that Video. It helped
@CodeJava Жыл бұрын
welcome :)
@MatBat__3 жыл бұрын
Great vid, but I'm having a problem. When I click on build path for ContactProgram it doesnt show Classpath in the Library tab (as seen in 12:00) I can only see JRE System Library. Any Idea why?
@CodeJava3 жыл бұрын
It's might be you're using older version of Eclipse, and/or you're using JDK 8. In this video, I use JDK 11 which has module feature. That's why you see that screen.
@MatBat__3 жыл бұрын
@@CodeJava I solved it by declaring the jdbc driver while creating the Class. TY for the answer!
@365motivation.92 жыл бұрын
I found your video really helpful
@CodeJava2 жыл бұрын
Glad it helped
@chameleonchamlee25513 жыл бұрын
Thank you for doing login through code, i really needed it
@CodeJava3 жыл бұрын
Happy to help!
@DWEthiopia4 жыл бұрын
At 12:45 when I try to change my password into a wrong password I don't get an error. Is that normal? I only get an error when I change the username.
@CodeJava4 жыл бұрын
Hmm, that's abnormal. It should reject connection. So double check if password is actually changed.
@DWEthiopia4 жыл бұрын
@@CodeJava Yeah I double checked. I changed the password to a password that I don't recognize and I still was able to add a record to my table.
@CodeJava4 жыл бұрын
Hmm, let me check and get back to you soon.
@underdogg3972 Жыл бұрын
placeholder 12:37
@SonNguyen-ik4ew2 жыл бұрын
@Code Java: How do I connect when my pgadmin4 is on other server. I have address and host name. However when I replace localhost by IP address or Hostname of server. I cannot connect to database? Which configure I must to set up?
@CodeJava2 жыл бұрын
check firewall on the computer that runs PgAdmin. Add exception so that it can accept requests from outside.
@SonNguyen-ik4ew2 жыл бұрын
@@CodeJava Thank you for your reply. I did not turn off firewall and also haven't configured in pg_hba.conf file
@christianandresheredialeal43513 жыл бұрын
Buen dia amigo, veo que todos explican muy bien el insert, update y el delete pero no encuentro como consultar esa base de datos, es decir poder hacer una consulta para que me traiga la informacion y poderla poner en un formulario, si tienes algo te agradezco
@CodeJava3 жыл бұрын
Kindly check this video: kzbin.info/www/bejne/el66oKebeLWcZ5Y
@trankhai75213 жыл бұрын
Anh ơi em dùng NetBeans sau khi đã add JDBC.jar vào thư viện rồi run code thì màn hình output không có hiển thị gì (kể cả lỗi) là sao ạ?
@CodeJava3 жыл бұрын
có nghĩa là nó chạy bình thường. Em có in ra gì ko? Có nuốt exception ko?
@JonesVitox3 жыл бұрын
Thank you bro, very relevant for begginers like me, +sub.
@CodeJava3 жыл бұрын
Thanks for the sub! Glad I could help :)
@vinaytandel45392 жыл бұрын
Hi, may I request you to prepare a video for calling the PostgreSQL function having JSON input and output parameters and calling it from Java, please? Thank you.
@CodeJava2 жыл бұрын
I will study and publish a video about that when time permits. Thanks for your valuable suggestion.
@umutbatakbasi2 жыл бұрын
Thank you for this video.
@CodeJava2 жыл бұрын
Glad it was helpful!
@umutbatakbasi2 жыл бұрын
@@CodeJava do you have a video to clear the data?
@CodeJava2 жыл бұрын
@@umutbatakbasi no, I don't.
@fumitox873 жыл бұрын
Thank you !!! (Set local RUS: "Спасибо вам большое !!!")
@CodeJava3 жыл бұрын
you're welcome :)
@nickparzival2 жыл бұрын
when i clicked on run console didnt show any output. what should i do
@CodeJava2 жыл бұрын
Can you put a System.out.println("message") in your code to check?
@paininkabir4760 Жыл бұрын
Does it work for Android Studio too?
@CodeJava Жыл бұрын
it will work as long as it is Java.
@RhiannaMilindra9 ай бұрын
Can i use the same code on android studio?
@CodeJava9 ай бұрын
I'm not sure. I have not tested on Android.
@nsgirish3 жыл бұрын
Good explanation
@CodeJava3 жыл бұрын
Thanks and welcome
@melikeyildiz18413 жыл бұрын
hi i did same things but ı cant connect,do u have advicee
@CodeJava3 жыл бұрын
what is the error? Double check username/password and ensure the server is up.
@SarMotiv-Hostories4 жыл бұрын
hi bro im from UZB, pliiz can you show me how to connect postgresql to AndroidStudio and to do one easy thing? pliiiz!
@CodeJava4 жыл бұрын
I think we should use SQLite in Android, right? Anyway I don't code Android so I can't say.
@SarMotiv-Hostories4 жыл бұрын
@@CodeJava yea, in Android, do you have some code for Android studio ?
@CodeJava4 жыл бұрын
No, I don't.
@hotaru70993 жыл бұрын
Thank you.... thank you so much :'>
@CodeJava3 жыл бұрын
You're welcome!
@dhruvkaith31603 жыл бұрын
Thank you
@CodeJava3 жыл бұрын
You're welcome
@_a2life_2 жыл бұрын
Respect
@CodeJava2 жыл бұрын
you're welcome.
@vaibhavisuryavanshiiiii2 жыл бұрын
Thankyouuu
@CodeJava2 жыл бұрын
You are welcome
@iamnot6643 жыл бұрын
Painful tutorial to watch
@CodeJava3 жыл бұрын
sorry to hear that. Could you share more details?
@iamnot6643 жыл бұрын
@@CodeJava you’re making a lot of mistakes as people follow along with you. A good tutorial is a tutorial you prepare for beforehand.
@CodeJava3 жыл бұрын
@@iamnot664 thanks for your valuable feedback.
@isaccabral12913 жыл бұрын
Esse cara tá falando em Russo? que inglês feio da desgraça
@055parthiban.s42 жыл бұрын
INSERT works perfecly. But while SELECT "org.postgresql.util.PSQLException: No results were returned by the query" what should i do....?
@055parthiban.s42 жыл бұрын
i'm in urgent...plz reply ASAP
@CodeJava2 жыл бұрын
show me your SQL. Are there any rows in the table?
@z4n0452 жыл бұрын
i get No suitable driver found for jdbc::postgresql://localhost:5432/jdbc how can i solve it?
@CodeJava2 жыл бұрын
remove one colon in the prefix. It must be jdbc:postgresql://....