User 8604712a60
01-10-2010 20:14:52
Hello,
I'm new to ChemAxon software and am modifying the JChemBaseSearch example found in the "JChem .NET API 5.3.8.9" directory. I made a few modifications to the code to use the installed JDBC drivers and our db connection parameters. I'm able to connect to our SQL Server database through the Microsoft JDBC SQL Server driver from the other Marvin and JChem applications but when I attempt to connect through the JChemBaseSearch .Net application I get a class not found error even through the path to the jdbc jar file is in the ClassPath environment variable.
I also attempted to initiate the load through this call
Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
but got the following error.
"A first chance exception of type 'java.lang.ClassNotFoundException' occurred in IKVM.Runtime.dll"
Any guidance would be greatly appreciated.
Thanks,
Molly