> When I try to compile:
>      Class.forName ("com.sap.dbtech.jdbc.DriverSapDB");
> I get:
>      java.lang.ClassNotFoundException

Perhaps this simply means that you have to handle a possible
java.lang.ClassNotFoundException when calling Class.forName, 
either by wrapping the call in a try-catch or by adding a 
throws clause to the method.

Daniel Dittmar

-- 
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to