Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ODBC Error : ... cannot be set.
Message
De
20/04/1997 19:22:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
ODBC Error : ... cannot be set.
Divers
Thread ID:
00029030
Message ID:
00029030
Vues:
74
CLOSE DATABASES ALL
CLOSE DATABASES
CLEAR ALL
CLEAR
*
xyz=SQLCONNECT("trnnbruq")

*!! I am receiving the following two errors after the above command
*!! although the program code still works (now ... sometimes it doesn't).
*!! Error #1: Warning: The query timeout cannot be set.
*!! Error #2: Warning: The connection sync/async mode cannot be set.


WAIT WINDOW "Open = "+STR(xyz)
*
abc=SQLEXEC(xyz,"SELECT * FROM trnnbruq","tmptrn")
WAIT WINDOW "Select = "+STR(abc)
*
*
BYBY=SQLDISCONNECT(xyz)
WAIT WINDOW "Closed = "+STR(byby)
*
RETURN



PROGRAM : VFP50
ODBC : VFP50
NT4 Workstation
(I am using ODBC because pretty soon we will be using SQL Server.)

Can anybody tell me why I am receiving the errors?
Thanks,
Gene Berger
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform