Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating an Image data type in SQL Server from Foxpro
Message
From
22/05/2003 08:54:35
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00790588
Message ID:
00791547
Views:
28
Hi Sergey,

you can pass 16MB string long:

X=REPLICATE('x',128*2^16)+"'"
MESSAGEBOX(SQLEXEC(1,"select '"+m.x))

is good for me.

MSQL string limit is MIN(65K*packetSize,2GB)

FABIO
Previous
Reply
Map
View

Click here to load this message in the networking platform