This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other Java Products and Servers and the fly likes jsp to ms access connection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "jsp to ms access connection" Watch "jsp to ms access connection" New topic
Author

jsp to ms access connection

twinkle desai
Greenhorn

Joined: Feb 21, 2006
Posts: 9
i m trying to connect jsp with ms access database but it is giving error
[Microsoft][ODBC]datasource name not found and no default driver specified.


plz give me the solution.how can i solve it??
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35439
    
    9
Do you have an ODBC data source set up on the server?

I'll just point out briefly that it's considered bad design to have DB access code in a JSP, and that the use of Access and the JDBC/ODBC bridge in a multi-threaded environment (as a web application provides) is inherently trouble-prone.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: jsp to ms access connection
 
Similar Threads
JSP/Servlet With MS Excel?
JDBC & SQL Error List Help
How to get MS-Access report from jsp or java code and print that report
database in netbeans
I need help with "primary and foreign key" in my data migration code.... Please help.