Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing Image to SQL VarBinary Problem
Message
From
20/07/2007 17:06:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Storing Image to SQL VarBinary Problem
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01242501
Message ID:
01242501
Views:
90
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) VALUES (5,'A','Jones',<<lcfile2>>)
ENDTEXT
?sqlexec(6,lcSql)
Yet it fails on the MyImage field using lcfile2 or lcfile3. Any idea why?
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Next
Reply
Map
View

Click here to load this message in the networking platform