Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Types
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00465691
Message ID:
00465781
Vues:
12
Larry you are right,

this is what I am doing.
SQLInsertStr = "Insert Into EmailHistory (UniqueID, Date, MailFrom, MailTo, Subject, Body, EmailType) VALUES (" + Cstr(nextUniqueID) + ",'" + Cstr(Now()) + "','" + FromValue + "','" + ToValue + "','" + SubValue + "','" + BodyValue + "','" + EmailTypeValue + "')"

objConnection.execute SQLInsertStr

The bodyValue is the part that contain " and '
How could I build the string for this situation?

Thanks a lot.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform