Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Update
Message
From
07/09/2005 14:46:06
Fred Wood
Madera Systems Consulting
Mill Valley, California, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SQL Update
Miscellaneous
Thread ID:
01047453
Message ID:
01047453
Views:
53
I am having a problem with the following code:
m.carloc = ThisForm.carousel + ;
           PADL(LTRIM(STR(ThisForm.bin, 2, 0)), 2, "0") + ;
           PADL(LTRIM(STR(ThisForm.shelf, 2, 0)), 2, "0") + ;
           ThisForm.loc   
              
lc_update = [carloc = ?m.carloc]
lc_item   = ThisForm.citem

*-- Update ICITEM table  	
lcSQL = [UPDATE icitem SET ] + lc_update + [ WHERE item = ] + lc_item  
lnRetVal = SQLEXEC(ln_connection, lcSQL) 
m.carloc is a character type variable and the carloc field in icitem is set as a character field. When the update is attempted AERROR() says that the problem is "Error converting data type varchar to numeric."

I don't understand why any conversion would be necessary and why numberic?

Thank you
Next
Reply
Map
View

Click here to load this message in the networking platform