Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server ODBC Driver doesn't like double quotes
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00304298
Message ID:
00304390
Views:
26
Charlie,

The QUOTED_IDENTIFIER connection setting should affect what you seeing. With QUOTED_IDENTIFIER OFF, you should be able to delimit string using double-quotes. When QUOTED_IDENTIFIER is ON, all strings delimited with double-quotes are intrepreted as identifiess, such as tables, columns, stored procedures, etc.

For example, with QUOTED_IDENTIFIER ON, you can run this query

USE Northwind
SELECT * FROM "order details"

There's an option within the SQL Server ODBC DSN editor to set this connection string, you might want to see if that's where you're running into problems.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform