Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using ANSI SQL Statements in VFP
Message
 
To
14/03/2000 15:47:05
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00345519
Message ID:
00345549
Views:
15
> lcSql = "UPDATE nametbl SET name = [" +lcName+ "] WHERE id = 5"

I am not sure about the brackets in SQL Server, but definitely...

lcSql = "UPDATE nametbl SET name = '" +lcName+ "' WHERE id = 5"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform