Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable ODBC tracing
Message
De
02/05/2007 16:59:25
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
MS SQL Server
Divers
Thread ID:
01221881
Message ID:
01222003
Vues:
16
This message has been marked as the solution to the initial question of the thread.
Hi,
#DEFINE SQL_IS_UINTEGER  -5
#DEFINE SQL_ATTR_TRACE   104
#DEFINE FALSE  0
#DEFINE TRUE   1

DECLARE SHORT SQLSetConnectAttr IN odbc32 INTEGER, INTEGER, INTEGER, INTEGER
LOCAL lnOdbcCon
lnOdbcCon = SQLGETPROP(yourConnectionFromWherever,"ODBChdbc")
SQLSetConnectAttr(lnOdbcCon, SQL_ATTR_TRACE, FALSE, SQL_IS_UINTEGER)
Regards
Christian
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform