Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting data in a blob field
Message
De
17/05/2005 12:27:48
 
 
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
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01014882
Message ID:
01014974
Vues:
23
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform