Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Storing Image to SQL VarBinary Problem
Message
 
À
20/07/2007 17:06:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01242501
Message ID:
01242502
Vues:
38
>MyImage is varbinary(max) null
>
>cMyImage = 'C:\mypath\myjpg.jpg'
>lcfile2 = "'"+FILETOSTR(cMyImage)+"'"
>lcFile3 = "'"+CREATEBINARY(FILETOSTR(cMyImage))+"'"
>TEXT TO lcSQL NOWSHOW PRETEXT 15 TEXTMERGE
>  INSERT INTO MySQLTable (MyKeyField, MyStatus, MyLastName, MyImage) VALUE (5,'A','Jones',<<lcfile2>>)
>ENDTEXT
>?sqlexec(6,lcSql)
>
>
>Yet it fails onthe MyImage field using lcfile2 or lcfile3. Any idea why?

I can't imagine you wrote this:
hard coded sql connection and no error check with AERROR() :-)
What AERROR() says?

Did you try with:
<<[0x]+lcfile2>>
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform