Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A simple error...
Message
De
17/06/2003 18:19:07
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
A simple error...
Divers
Thread ID:
00800984
Message ID:
00800984
Vues:
52
Hi everyone...

This works where ln_last and ln_1 are numeric values in variables.

myresult = SQLEXEC(1,'Insert INTO phone (phon_phoneid, phon_personid) VALUES (' + STR(ln_last + 1) + ;
', '+ STR(ln_1) + ')')


Then I try and add a character variable into a character field and get a syntax error:

myresult = SQLEXEC(1,'Insert INTO phone (phon_phoneid, phon_personid, , phon_type) VALUES (' + STR(ln_last + 1) + ;
', '+ STR(ln_1) + ', '+ lc_bus + ')')

This doesn't work.


Do you know how to format this correctly to get the variable value going through?

Thanks

Ric
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform