> - I also would like if someone pointed me to (very good)
> documentation about access to SAP DB using C++, on Windows and Linux,

SAP DB uses ODBC natively. My app is written in C++ with Qt and links 
directly with SAP DB's libsqlod.so, without any ODBC Driver (e.g. no 
iODBC or unixODBC).

> which are the relevant headers

Search for the "incl" directory in your SAP DB installation. The header 
files are there, e.g. "sql.h" or "sqlext.h".

> and libraries

libsqlod.so or libsqlod.a for static linking.

> or ODBC, i'd like to have examples on the latter.

You can get tons of example programs for ODBC, e.g. when you download 
unixODBC. They have example programs there. Just keep in mind that you 
don't have to use the examples with unixODBC :-)

-- 
MN-Logistik GmbH         http://www.mn-logistik.de
Holger Schurig           Network Administrator
Dieselstr. 18
61191 Rosbach v.d.H�he
Tel: 06003/9141-0        Fax: 06003/9141-49
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to