Hi Stephan > -----Original Message----- > From: Stephan Stapel [mailto:[EMAIL PROTECTED] > Sent: Montag, 3. M�rz 2003 14:37 > To: [EMAIL PROTECTED] > Subject: C/ C++ API > > > Dear list, > > I know that there is a precompiler for C/ C++ for sapDB and I > also heard in the list that there is a new C++ API coming up > somewhere in the near future. > What I would like to know is whether it's possible to now use > calls (that I know from MySQL) like database_connect(), > database_query(), database_disconnect() to include in my C code. > Or more detailed: Is it possible (while avoiding ODBC and > also the precompiler) to call functions from within C to > connect to (and interact with) the database?
The C-API of SAP DB is ODBC. Therefore you have to use either ODBC directly or something basing on ODBC (which might fit better to C++). Alternatives are the precompiler and JDBC, of course. 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
