Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo field in SQL Server
Message
De
19/10/2004 05:32:54
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
 
À
14/10/2004 16:14:44
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00951542
Message ID:
00952547
Vues:
8
>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


Define your field as text.

example: create table sample(memofield text)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform