Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting SET EXACT
Message
 
 
À
30/10/2004 13:35:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00956147
Message ID:
00956151
Vues:
10
Roy,

The SET EXACT command has no effect on SQL commnads. You'll need SET ANSI.
TEXT TO lcSQL TEXTMERGE NOSHOW PRETEXT 7
SET ANSI OFF; 
SELECT * FROM Products WHERE eng_name = "C"
ENDTEXT	
lnResult = SQLEXEC(lnConn , lcSql )
>
>I'm using ODBC to Connect to a VFP 8 table. I sent a SQL command string thru ODBC and get results. The problem is that sometimes I want the SQL command to be executed with SET EXACT equal to OFF. How do I tell VFP thru ODBC to set the status to off when running that command?
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform