HI,this my servlet code for retreiving contents from the database using ms-access......whenever i launch browser and type in the URL it throws an error
java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
i defined a datasource as db2(settings - control panel - administrative tools-odbc-db2) so what should be the remedy to this problem?
Not an answer to this question, but be aware that the JDBC/ODBC bridge is not safe for concurrent access (which is what a servlet environment does, unless you take steps to prevent it).