Hi,
I try to connect via jdbc in a Web Dynpro to the MaxDB (I have installed the Sneak Preview only with Java WebAS). I know that i not the correct way, but I it is only a test.
I have add the sabdb.jar in the Web dynpro project - and add it to Order and Export - than I wrote following code into the wdDoInit() method:
/*
parse arguments
*/
try{
Class.forName ("com.sap.dbtech.jdbc.DriverSapDB");
}catch(ClassNotFoundException e1){
}
- But I get always a java.lang.ClassNotFoundException:
com.sap.dbtech.jdbc.DriverSapDB
I find no way out - can anybody help?
Thanks
Stefan Porges