mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
13 lines
128 B
Text
13 lines
128 B
Text
description "Generic ODBC interface\377";
|
|
|
|
uses
|
|
Sql;
|
|
|
|
library(WIN32) odbc32;
|
|
|
|
library(!WIN32) odbc;
|
|
|
|
file
|
|
ODBC.h,
|
|
ODBC.cpp;
|
|
|