Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating an Image data type in SQL Server from Foxpro
Message
De
22/05/2003 08:54:35
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00790588
Message ID:
00791547
Vues:
29
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform