Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field in SQL Server
Message
From
19/10/2004 05:32:54
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
 
To
14/10/2004 16:14:44
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00951542
Message ID:
00952547
Views:
6
>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)
Previous
Reply
Map
View

Click here to load this message in the networking platform