> 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.

Ok, it seems to work. For Qt-3.x you just do

cd $QTDIR/plugins/src/sqldrivers/odbc
qmake "INCLUDEPATH+=/usr/sapdb/<dep>/incl" 
"LIBS+=-L/usr/sapdb/<dep>/lib -lsqlod"
make
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to