Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field in SQL Server
Message
From
14/10/2004 17:10:59
 
 
To
14/10/2004 16:14:44
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00951542
Message ID:
00951558
Views:
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

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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform