User 228b062b7c
12-01-2006 09:34:35
Hi,
I'm trying to build a web application with ASP and MS SQL Server 2000 with JChem 3.1.4. The Java SDK 1.5 and the necessary jdbc drivers are installed on the W2k server. I can connect to the databases with the JChemManager and a structure table is created.
I failed to succeed in getting the asp example to run. The registering of the UpdateHandler bean as ActiveX gave back the classDefNotFound error for the oracle/sql/CLOB, although the ojdbc14.jar was in the classpath. So I gave up on ASP and installed a tomcat and an isapi_redirect on the server and got the IIS to handle jsps. The example/jsp1_x are running. Imports are working fine, as well as queries. But when I try to make an INSERT I get the following error:
SQLState: HY004
Message: [Microsoft][SQLServer 2000 Driver for JDBC]The specified SQL type is not supported by this driver.
Vendor: 0
Is there a way to get around this?
Regards,
Florian
I'm trying to build a web application with ASP and MS SQL Server 2000 with JChem 3.1.4. The Java SDK 1.5 and the necessary jdbc drivers are installed on the W2k server. I can connect to the databases with the JChemManager and a structure table is created.
I failed to succeed in getting the asp example to run. The registering of the UpdateHandler bean as ActiveX gave back the classDefNotFound error for the oracle/sql/CLOB, although the ojdbc14.jar was in the classpath. So I gave up on ASP and installed a tomcat and an isapi_redirect on the server and got the IIS to handle jsps. The example/jsp1_x are running. Imports are working fine, as well as queries. But when I try to make an INSERT I get the following error:
SQLState: HY004
Message: [Microsoft][SQLServer 2000 Driver for JDBC]The specified SQL type is not supported by this driver.
Vendor: 0
Is there a way to get around this?
Regards,
Florian