Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting data in a blob field
Message
From
17/05/2005 12:27:48
 
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:
01014974
Views:
22
Hi Sergey. Whats the difference between blob and binary memo field in VFP9? Seems the same to me?


>>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 ...
>
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform