Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting data in a blob field
Message
 
 
À
17/05/2005 10:02:26
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexique
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:
01014888
Vues:
36
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform