I was trying to connect to an Access database (I know it can be done, as I
did it with the Studio Data Access Wizard). I was tweaking the code and I
am getting a runtime error when making this call:
poolname =
com.ibm.servlet.connmgr.IBMConnMgrUtil.urlToPoolName("jdbc:odbc:accessDB");
(where accessDB is the System DSN name for my Access Database in ODBC.)
The runtime error I am getting is:
java.lang.NoClassDefFoundError: com/sun/server/util/SimpleHashTable
at com.ibm.servlet.connmgr.IBMConnMgrUtil.urlToPoolName()
Please help. Thanks.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".