| View previous topic :: View next topic |
| Author |
Message |
Ali Moghadam via JavaKB.c Guest
|
Posted: Tue Dec 21, 2004 8:15 pm Post subject: Using Borland JBuilder for JSP and MySQL but can't Connect : |
|
|
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 :-)
--
Message posted via http://www.javakb.com
|
|
| Back to top |
|
 |
IINET Guest
|
Posted: Sun Dec 26, 2004 1:38 am Post subject: Re: Using Borland JBuilder for JSP and MySQL but can't Conne |
|
|
- 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
"Ali Moghadam via JavaKB.com" <forum (AT) JavaKB (DOT) com> wrote
| Quote: | 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 :-)
--
Message posted via http://www.javakb.com
|
|
|
| Back to top |
|
 |
|