Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable ODBC tracing
Message
From
02/05/2007 16:17:42
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
MS SQL Server
Miscellaneous
Thread ID:
01221881
Message ID:
01221983
Views:
11
Maybe we can start with babysteps.

The prototype for SQLSetConnectAttr is:
SQLRETURN SQLSetConnectAttr(
SQLHDBC ConnectionHandle,
SQLINTEGER Attribute,
SQLPOINTER ValuePtr,
SQLINTEGER StringLength);

So in VFP, I'm doing:
DECLARE INTEGER SQLSetConnectAttr IN odbc32 INTEGER, INTEGER, LONG, INTEGER

Does this look OK to everyone?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform