Hi, > 3. JDBC is based on ODBC, so I assume ODBC is more efficient > that JDBC, > is this correct?
JDBC is completely written in java and does not based on ODBC. Maybe the performance of ODBC is better, because it was implemented in C. Your decision for an interface (ODBC, JDBC, Precompiler) should depend on the kind of program do you want to write. If you want to write C/C++ programs use ODBC or the Precompiler. And if you want to write java-applications then use JDBC. Regards, Marco ---------------------------------------------- Marco PASKAMP SAP DB, SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
