Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting data in a blob field
Message
 
 
To
17/05/2005 10:02:26
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01014882
Message ID:
01014888
Views:
35
This message has been marked as the solution to the initial question of the thread.
>How do I insert binary data into a vfp native blob field?
>
APPEND MEMO blob_field FROM (lcFileName) OVERWRITE
* or
REPLACE blob_field WITH FILETOSTR(lcFileName) 
* or
UPDATE mytable SET blob_field = FILETOSTR(lcFileName) ;
  WHERE ...
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform