Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating an Image data type in SQL Server from Foxpro
Message
 
 
À
21/05/2003 12:04:47
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:
00791134
Vues:
26
You cannot include huge string into sql command because of the VFP command size limitation (8k). You can use SQLEXEC parameters.
SQLEXEC(lnConn, "update cjtpdf set pdfimage = ?cBinaryData  where idnumber = '00001'")
>Here is my code:
>
<snip>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform