I had a Access 2000 database connection working on IIS on Windows 2000.
Now all of a suddent I get and error message on my JSP action page:I am using this connection object:Code:[Microsoft][ODBC Microsoft Access Driver] System Resource exceeded.
Now if I change the action page to a Cold Fusion page where I use a Cold Fusion ODBC it works.Code:Connection connection = DriverManager.getConnection("jdbc:odbc:myDatabaseName", "", "");
What can I do to correct the JSP ODBC?
Please disregard this post as I found it was a out of memory problem.


Reply With Quote
Bookmarks