Teja wrote:
If the database doesn't exist, I need to initalize it, create some tables and
stuff... What should I do instead?
You could try to connect without create=true, if you get an SQLState XJ004 no database is there.

ij> connect 'jdbc:derby:mydb';
ERROR XJ004: Database 'mydb' not found.
ij>

Kathey


Reply via email to