January 19, 2007 at 1:53 pm
Hi all,
I am trying to use text field to save a chunk of data from our on-line application.
The purpose the data will be save in the database in case of the transaction is not successful, so we don't have to ask user to send ud application again. we can recover the interrupted transaction based on the data was saved in the system.
What is the max length of the text field. I saw that in our system, the length is set up to 17 while the length of the characters is many more than that.
Thank you.
Betty
January 19, 2007 at 5:26 pm
if you are using the text datatype, there is no practical limit to how big a string will fit in it. same with ntext.
the ones that are limited are char/varchar/nchar/nvarchar. these are limited to 8000 bytes.
---------------------------------------
elsasoft.org
January 22, 2007 at 11:15 am
Column_name | Type | Computed | Length | Prec | Scale | Nullable | TrimTrailingBlanks | FixedLenNullInSource | Collation | |
ATBLKEY | int | no | 4 | 10 | 0 | no | (n/a) | (n/a) | NULL | |
ANBR | varchar | no | 18 | no | no | no | SQL_Latin1_General_CP1_CI_AS | |||
ANAME | varchar | no | 40 | yes | no | no | SQL_Latin1_General_CP1_CI_AS | |||
ADESCRIP | text | no | 16 | yes | (n/a) | (n/a) | SQL_Latin1_General_CP1_CI_AS |
Lowell
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply