Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String delimiters and syntax
Message
De
18/06/2002 14:30:38
 
 
À
18/06/2002 14:22:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00669844
Message ID:
00669849
Vues:
13
This message has been marked as the solution to the initial question of the thread.
You can use Chr(34) instead of ". For example:

SQLStr = "SELECT * FROM SomeTableName WHERE SomeFieldName = 'ab" & chr(34) & "c'"

will store in SQLStr:

SELECT * FROM SomeTableName WHERE SomeFieldName = 'ab"c'

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform