Re: Problems with Derby 10.1.1 and derbyclient.jar [SQLException: No suitable driver]

2005-08-13 Thread Sunitha Kambhampati
Kostas Karadamoglou wrote: So I tried to use this "jdbc:derby:net://localhost:1527/sampleDb:user=u1;password=p1;" url scheme with the org.apache.derby.jdbc.ClientDriver driver. I quess that is my mistake. Isn't it true? Hi Kostas, Yes, You need to change the connection url if you want to u

Re: Problems with Derby 10.1.1 and derbyclient.jar [SQLException: No suitable driver]

2005-08-13 Thread Kostas Karadamoglou
Hello Sunitha, Yes I was using com.ibm.db2.jcc.DB2Driver. I did a mistake! I have an database that was being operated by Derby 10.0. What I changed was the derby.jar and derbynet.jar at the server and the derbyclient.jar at the client. However I kept the database url same. So I tried to use

Re: Problems with Derby 10.1.1 and derbyclient.jar [SQLException: No suitable driver]

2005-08-13 Thread Sunitha Kambhampati
Kostas Karadamoglou wrote: Hi all, I was using Derby 10.0 with db2cc.jar and db2_licensecc.jar in network mode. The driver was called com.ibm.db2.jdbcDriver. Everything was working fine :) But now I changed to 10.1.1. The driver jar is derbyclient.jar and the driver org.apache.derby.jdbc.C

Problems with Derby 10.1.1 and derbyclient.jar [SQLException: No suitable driver]

2005-08-13 Thread Kostas Karadamoglou
Hi all, I was using Derby 10.0 with db2cc.jar and db2_licensecc.jar in network mode. The driver was called com.ibm.db2.jdbcDriver. Everything was working fine :) But now I changed to 10.1.1. The driver jar is derbyclient.jar and the driver org.apache.derby.jdbc.ClientDriver. Whenever I load