Create a desktop application using h2 (embedded) Days 2

C. CONNECTION

Source code :




















As a example here the explanation :

 "jdbc:h2:~/bansos","",""
Driver name when we insert the JDBC URL is bansos. And the first Quotation marks belongs to username and the second belongs to password.








Comments