I have written a jsp program with database connectivity.When i am starting the j2ee server after copying the jsp file in public_html folder and invoking my jsp page, it is giving the error as No suitable driver.Whats the problem with my code? Here is my codeJSP JDBC Example

Showing Answers 1 - 1 of 1 Answers

see i think u might have not included the driver .

I f u want to use MICROSOFT ACCESS DB

then first of all make a table in the db.(the table should match the name u hvae written in coding i.e select * from login  etc)

Then go do admin tools,go to ODBC then click user dsn, add MICROSOFT ACCESS DRIVER , give the data source name and selct the db.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions