Re: Can't import java.sql.* -Classpath - how to see
Posted By:
Simon_Ablett
Posted On:
Friday, May 23, 2003 01:42 AM
You need to get the JDBC drivers for your particular database and then add these jar or class files to your CLASSPATH in the normal way. If you have done this and are still having problems check that the driver name you are using exists either as a class file or in one of the jars. What are the exact error messages you are getting?
Regards.
Re: Can't import java.sql.* -Classpath - how to see
Posted By:
Simon_Ablett
Posted On:
Friday, May 23, 2003 01:41 AM
You need to get the JDBC drivers for your particular database and then add these jar or class files to your CLASSPATH in the normal way. If you have done this and are still having problems check that the driver name you are using exists either as a class file or in one of the jars. What are the exact error messages you are getting?
Regards.