Hi Holger, > -----Original Message----- > From: Holger Schurig [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 13. M�rz 2002 16:08 > To: [EMAIL PROTECTED] > Subject: C interface to SAP DB? > > > I remember someone saying that SAP DB's native C call > interface is ODBC > and that one does not need an ODBC driver manager. > > So, with what library in /usr/sapdb/<dep>/lib/*.so file do I link?
On Unix/Linux it is sufficient to link with libsqlod.[a|so]. Some information about odbc.ini etc. can be found in the ODBC manual, that was a little bit reviewed last month. On Windows, the standard way of using an ODBC driver is via a driver manager. If necessary, the driver can be linked statically, too. Greetings 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
