Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo field in SQL Server
Message
De
14/10/2004 17:10:59
 
 
À
14/10/2004 16:14:44
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00951542
Message ID:
00951558
Vues:
9
>Hi all,
>
>I know that, in SQL Server we don't have a memo field like VFP.
>
>In VFP i have this code in a Memo field,
>
>local loAbout
>loAbout = newobject('MYFORM', 'JBFramework.vcx')
>loAbout.Show()
>
>and i read it with TEXTMERGE, and run the code
>
>How can i do that in SQL SERVER?
>
>João Batista

If you know you have a rather limited size of data, you can use a varchar(500) to store it, or another size if you know your maximum sizes.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform