Emmanuel Cecchet wrote:

ij> CONNECT 'jdbc:derby:net//127.0.0.1:1527/foo';
ERROR 08001: No suitable driver


You miss a : in your url between net and //
When the DriverManager returns 'No suitable driver' it means that no driver was able to interpret the URL.

Thanks Emmanuel! I can't believe that I overlooked that.

BTW, congrats on winning the Derby contest at ApacheCon.

Bruce
--
perl -e 'print unpack("u30","<0G)[EMAIL PROTECTED]&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'


The Castor Project
http://www.castor.org/

Apache Geronimo
http://geronimo.apache.org/

Reply via email to