Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connecting to a SQL Server Database From VFP
Message
From
18/10/2000 08:29:05
 
 
To
18/10/2000 04:10:25
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Miscellaneous
Thread ID:
00429698
Message ID:
00430814
Views:
14
>If double quotation marks are used, embedded single quotation marks do not have to be denoted by two single quotation marks:

ie:
SELECT * FROM [My Table]
WHERE [Last Name] = 'O''Brien'


Chris, change your routine that eliminates quotation mark and make it double them - you can use STRTRAN(cString, ['], ['']) and you won't need to use the QUOTED_IDENTIFIER thing!
Sylvain Demers
Previous
Reply
Map
View

Click here to load this message in the networking platform