Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLEXEC and the underscore
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SQLEXEC and the underscore
Divers
Thread ID:
00615659
Message ID:
00615659
Vues:
49
I have a non-Fox legacy database that I am pulling data out of with a SQLEXEC command. The key field has an underscore in the name ( ID_ ). I am using the following code

QueryString = 'SELECT * FROM SOURCE WHERE ID_ = 2541'
Results = SQLEXEC( handle, QueryString, 'TARGET')

This code is failing because of the underscore in the name of the ID Field. Is there a way around this?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform