ultimatepp/uppsrc/ODBC/ODBC.upp
cxl 50ca785bdc Fixed MSSQL interface
git-svn-id: svn://ultimatepp.org/upp/trunk@1093 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-22 12:26:18 +00:00

13 lines
128 B
Text

description "Generic ODBC interface\377";
uses
Sql;
library(WIN32) odbc32;
library(!WIN32) odbc;
file
ODBC.h,
ODBC.cpp;