Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why would I use a Blob field
Message
 
 
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 SP1
OS:
Windows XP SP2
Network:
Novell 4.x
Database:
Visual FoxPro
Divers
Thread ID:
01128182
Message ID:
01128292
Vues:
27
This message has been marked as the solution to the initial question of the thread.
The Blob data type was introduced to improve VFP compabilty with MS SQL Server and other RDBMS. Using it makes workarounds described in How to work with Image field type on SQL Server (binary data)? FAQ #7995 unnecessary.

>
>Usually I used a Memo field to save image files in a table. Now there is a new data type, Blob, that I can use to save the image file, even with the same code as the memo:
>
APPEND MEMO MyBlobField FROM Test.JPG OVERWRITE
>Could somebody explain me what the advantages would be of using a blob field instead of a memo field?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform