Hi Oliver, > -----Original Message----- > From: Oliver Muck [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 26. Februar 2003 11:21 > To: [EMAIL PROTECTED] > Subject: C++ application > > > Hi > > I used to work on a java-midleware-server. After trying lots > of databases we > decided to use SAPDB. It was a good decision.
:-) > > Now am going to develop an application using C++ and would > like to use SAPDB > too. Can someone tell me, what is the best way to write a driver ? > Can I use this DBMClient-Library an whre can I find it ? The standard ways are either the precompiler or ODBC. For the latter there exits a OO-wrapper (unfortunately I forgot the name). With respect to future developments of SAP DB, with ODBC you are on the right side (same holds for JDBC, of course). FYI, a new SAP DB interface is in development (in C++). No, neither it is finished, nor it is available yet. Furthermore I can't give you any schedule. But it will definitely give an ODBC-implementation basing on this new interface. Regards Thomas ---------------------------------------------- Dr. Thomas K�tter SAP DB, SAP Labs Berlin SAP DB is open source. Get it! www.sapdb.org _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
