Microsoft Odbc Driver Driver Error : Java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data Source Name Not Found And No Defau

Driver Error : java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no defau - microsoft odbc driver

Driver Error: java.sql.SQLException: [Microsoft] [ODBC Driver Manager] Data source name not found and no default driver
I get this error when I ty to run some code in MS Access with bondservants JSP

1 comments:

Anand said...

You must specify the DSN, I think that if they DSN
is not the right way to check again, with the following criteria

Select Control Panel
Start> Settings> Control Panel
Double-click Administrative Tools
Double-click Data Sources (ODBC)
A window with the title
ODBC Data Source Administrator
Click the System DSN tab at the top
Click the Add button
Select the Driver Verifier
Here, if any, is
Microsoft Access Driver (*. mdb)
Click Finish
A window requesting a name for the data source (please write the name of the data source)
Then press the Select button
Browse through the folders to the MDB file by clicking on it and press OK
The DSN is now ready.
You need the program code.

Cn = DriverManager.getConnection ( "jdbc: Name: ... odb");

Please contact me for further details

My No: 9995403653
E-mail: ananthasivanvk@gmail.com

Good luck.

Post a Comment