Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL: Statement too long (Error 1812) ????????
Message
De
10/04/2000 12:59:34
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00357536
Message ID:
00357589
Vues:
21
Nick,

>Ok, I did sys(3055, 700) and then checked the return value of sys(3055). The return value still says 320 (default). I'm I doing something wrong here?\

The return value of sys(3055, 700) will be the value that exists at the time you issue the command to change the value! IOW, on a fresh startup of VFP
? sys(3055) = 320
? sys(3055,700) = 320
? sys(3055) = 700
Line two above *does* change the value, but returns the value prior to that change.
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform