Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Sever - Update not working
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00405730
Message ID:
00406020
Views:
31
<snip>
>Thanks for the tip. It lead me to the fact that lcSql was formated wrong. For some reason it needed to have single quotes around the values instead of double quotes. Below is the line I changed that fixed the problem
>
>lcSql = "update mysqltable set myfield1 = 'value1' where myfield2 = 'value2'"

Check topic SET QUOTED_IDENTIFIER in SQL Server Books Online for explanation.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform