Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFE Memo field -> SQL
Message
 
 
À
01/10/2003 17:23:21
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00833987
Message ID:
00833990
Vues:
19
>If I want to store the contents of a VFE memo field (all text) into MS SQL, what data type do I use for the SQL table?

It depends on the size of the memo field. You can use varchar data type if the size is less than 8,000 bytes or text otherwise. Actually, 8,000 bytes is the limit on the varchar column itself. Considering that the record size is limited to 8,060 bytes and record has other columns, the limit on the varchar column could be even lower.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform