Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using ? mark in a parameterized statement
Message
 
 
To
07/08/2007 17:00:46
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
01246511
Message ID:
01246702
Views:
25
>>Hi Cetin...
>>
>>My mistake.. I was looking at the wrong example. You code works perfactly. The following code causes an error with a ? mark in the description fields.
>>
>>
>>
>>lcSQL = "UPDATE so_b SET " +;
>>	    "itm_numb = [" + so_b.itm_numb + "], " +;
>>	    "itm_desc = [" + so_b.itm_desc + "], " +;
>>         "WHERE iid_numb = " + TRANSFORM(liIid_numb)
>>	=SQLEXEC(gnC, lcSQL)
>>
>
>Doing code like that can lead to this:
>
>http://www.youtube.com/watch?v=MJNJjh4jORY

Wow, thanks. :)

MJNJjh4jORY
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform