ij> connect 'jdbc:db2j:c:\LabFiles60\CloudscapeDB\BANKDB;create=true';

ERROR 08001: No suitable driver

When I changed “db2j” to “derby” IJ just hung!

Are you sure it hung? Maybe it was creating the database. That does
take 30 seconds or so.

'jdbc:derby' is the correct prefix for the connection string.

Try again with something like

  connect 'jdbc:derby:mydb;create=true';

and see if you get a 'mydb' folder created in your current directory.

thanks,

bryan


Reply via email to