Results 1 to 1 of 1
Thread: can see my db in Java DB
- 05-12-2011, 01:00 PM #1
Member
- Join Date
- Mar 2010
- Posts
- 10
- Rep Power
- 0
can see my db in Java DB
Hello all!
I am using java with netbeans.
I am using derby drive.
I cant see my db that I creats with this method:
All works fine from the code and from that code I can get all the tables but I cant see my db in Services->Databases->Java DBJava Code:Class.forName("org.apache.derby.jdbc.EmbeddedDriver"); con = DriverManager.getConnection("jdbc:derby:"+getDBSystemDir()+";create=true;user=demo;password=demo"); con.commit();
thanks for helping


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks