krashDriver
|
| Posted: 03/22/2002, 12:22 AM |
|
Does anyone has the instruction on how to connect mysql database to the jsp applications like the one provided for ms-access?
|
|
|
 |
Nicole
|
| Posted: 03/22/2002, 2:46 AM |
|
Hello,
use for JDBC drivers:
Connection String: jdbc:mysql://host/database_name
DB Driver: org.gjt.mm.mysql.Driver
use for ODBC drivers:
Connection String: jdbc:odbc:DSN_name
Database Driver: sun.jdbc.odbc.JdbcOdbcDriver
|
|
|
 |
krashDriver
|
| Posted: 03/22/2002, 11:38 PM |
|
For the odbc driver I also need to install myodbc right? For the jdbc driver do I need to install anyting else?
|
|
|
 |
|