Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Image Save as
Message
 
To
22/11/2006 03:37:18
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01171658
Message ID:
01171666
Views:
7
>Hi All
>
>I saved some images in blob field I want now to save blob value (image) on the drive like convert blob value to image in C: drive I tried to use EXECSCRIPT function but file not viewed.

Not EXECSCRIPT() - STRTOFILE() is the function:
STRTOFILE(MyBLOBField,[C:\xxxxxxxx.JPG])
or
COPY MEMO MyBLOBField TO C:\xxxxxxxx.JPG
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform