-
SQL servicer script, data type for MEMO
Hello All:
I am working on a VB(6.0) project which load data into a SQL Server (7.0)
database. I wrote a SQL script to Create_Table on the database. What data
type I can use for a "memo" field on a table? I used verchar (255) but it
was too small to hold data on the field.
Thanks in advance,
DH
-
Equivalent Datatype of MEMO in SQL Server 2000
Hi !!!!
The Equivalent data type in SQL Server 2000 is NTEXt.
Size of varchar can go upto 8000 so you can always use varchar(8000).
Problem with using NText and TExt is that while one cannot use it relational operators with it.....
-
Equivalent Datatype of MEMO in SQL Server 2000
Hi !!!!
The Equivalent data type in SQL Server 2000 is NTEXt.
Size of varchar can go upto 8000 so you can always use varchar(8000).
Problem with using NText and TExt is that while one cannot use it relational operators with it.....
go through this website
http://www.microsoft.com/technet/pro...rt2/c0561.mspx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks