Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
? in INSERT-SQL
Message
De
14/02/2006 02:30:06
 
 
À
13/02/2006 15:48:05
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Divers
Thread ID:
01095826
Message ID:
01096071
Vues:
17
This is a standard local view definition (actually, I've got it from View Designer window)
SELECT Accesslog.id, Accesslog.userid, Accesslog.computerid,;
  Accesslog.logindatetime, Accesslog.logoutdatetime;
 FROM appdata!AccessLog;
 WHERE  Accesslog.userid = ?vpUserId
So it definately supports ? in Selects.

My guess would be VFPT has added ? to SELECTS because they need them in views. Given the fact View Designer cannot be used to construct an INSERT or an UPDATE view, they didn't need ? for those, hence ? is not supported anywere beside SELECTss. However, I think ? should be supported.

Maybe a new entry in WishList for Sedna? :)
Grigore Dolghin
Class Software.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform