Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String delimiters and syntax
Message
From
18/06/2002 14:30:38
 
 
To
18/06/2002 14:22:22
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00669844
Message ID:
00669849
Views:
14
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?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform