Thanks for the quick responses Kristian and Brian, I have entered connect 'jdbc:derby:mydb;create=true';
and will report back later with the results I will let this command run for a decent length of time, just to be sure that it has hung. -----Original Message----- From: Bryan Pendleton [mailto:[EMAIL PROTECTED] Sent: 18 January 2007 15:14 To: Derby Discussion Subject: Re: ERROR 08001:No suitable driver > 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 This email and any files transmitted with it are confidential, proprietary and intended solely for the individual or entity to whom they are addressed. If you have received this email in error please delete it immediately.
