Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL problem
Message
 
 
To
29/10/2002 09:57:07
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Miscellaneous
Thread ID:
00716426
Message ID:
00716628
Views:
14
This message has been marked as the solution to the initial question of the thread.
>Hello All!
>I have next problem
>Visual FoxPro field general -> MS SQL Server
>Upsize VFoxPro converting general fields
>to MS SQL server image field.
>Can I update MSSQL image field with Vfoxpro general field,
>using SQLEXEC() - VFOXPRO command.

Try
SQLEXEC(lnConn, [UPDATE mytable SET myimage = ?mygenfield])
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform