Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Idiot guide to using remote tables
Message
De
15/11/2003 12:34:37
 
 
À
15/11/2003 09:26:15
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00849959
Message ID:
00850269
Vues:
21
>
>Prepare it before the call if you don't want it to be asked.
>
>m.Whatever = 'myCryptedKey'
>m.myRealKey = 'one of my keys'
>SQLEXEC(gnhandle,"update vizkeys set crypt_key=?m.whatever where realkey=?m.myRealKey ")
>
>Cetin

tried that:

m.whatever='arbitrary string'
SQLPREPARE(gnhandle,"update vizkeys set crypt_key=?m.whatever where realkey='one of my keys' ","real")
SQLEXEC(gnhandle)

and the SQLEXEC line still stopped and asked for the value of m.whatever...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform