Hi there
I'm trying to have a connection to my database created inside mysql...
codes and everything look fine because they compile with no error...just that at run time, i get this error(because i have used catch)
SQLException: No suitable driver
SQLState: 08001
VenderError: 0
I have downloaded the mysql-connector from the mysql site for the JDBC but i have no idea what to do with it...
can someone please tell me the exact steps i have to take to get this connection working...I have tried hard and done alot but i got no result.
Thank you :-)
IINET - 26 Dec 2004 01:38 GMT
- is it a web app you are using or a standalone app - you may have given
JBuilder the JDBC driver location (via a library) but have forgotten to put
a copy in your web apps /lib directory
> Hi there
> I'm trying to have a connection to my database created inside mysql...
[quoted text clipped - 12 lines]
>
> Thank you :-)