Problem connecting to mysql
Hi all, i am following a bit of a tutorial on client server and connecting to a mysql database. I have been unable to get a reply from the database through the program for a couple of days. I am using the mysql-connector-java-3.0.8-stable-bin.jar but I am having very little success. The program compiles etc, it is only when running that a catch block returns false i.e. it couldn’t connect, I am assuming because the program cannot find the connector but the %classpath% seems to be correct
if you need any more info please let me know
any thought on what else I could try?
Binary Intelligence, true or false?
Hi all, i am following a bit of a tutorial on client server and connecting to a mysql database. I have been unable to get a reply from the database through the program for a couple of days. I am using the mysql-connector-java-3.0.8-stable-bin.jar but I am having very little success. The program compiles etc, it is only when running that a catch block returns false i.e. it couldn’t connect, I am assuming because the program cannot find the connector but the %classpath% seems to be correct
Code:
echo %classpath%
C:\j2sdk1.4\bin;c:\mysql\jdbc-driver\mysql-connector-java-3.0.8-stable
-bin.jar
any thought on what else I could try?
Binary Intelligence, true or false?