3:50 skipped as I already had the software installed. Found this tutorial very useful!
@CodeJava3 жыл бұрын
Glad it helped!
@sscode3809 Жыл бұрын
Very good explanation sir 💯
@CodeJava Жыл бұрын
Thanks and welcome
@bytesbreadandbarbecue67472 жыл бұрын
I am very new to this, is the system password a default? Is the system password to your OS? Is it something set up elsewhere. I am running Linux with Netbeans, java 17, and have watched your tutorials on mysql and Oracle. I follow them exactly, and every time on Test connection I get a connection error: Connection failed: IO Error: The Network Adapter could not establish the connection (jdbc:oracle:thin:@localhost:1521:XE using oracle.jdbc.OracleDriver) or a very similar for mysql. I installed both oracle and mysql following your instructions. Any thoughts?
@CodeJava2 жыл бұрын
No default password. It is set when you install the database. The error you mentioned maybe caused by the server is not running. Make sure the server service is started and listening on the specified port number.
@deryasonmez25243 жыл бұрын
WHAT SHOULD I DO IF I WANT TO PRESS A BUTTON IN JAVA AND CONNECT TO THE DATABASE IN THIS WAY?I would be glad if you could help.Thank you.
@CodeJava3 жыл бұрын
you can use Java Swing for that. Follow this video: kzbin.info/www/bejne/qqapiqiBfpJ8f6M
@bangxwazan92752 жыл бұрын
bro in this way how to insert data into database ??
@CodeJava2 жыл бұрын
yes, if you want to do it right inside your IDE. You an use Oracle SQL Developer tool outside the IDE.