help need# Database - 数据库
w*i
1 楼
should be very simple, but need your help...
a very big string, more than 255 chars.
i am using SQL server 6.5, and varchar()
can not hold more than 255 chars in 6.5
version (in 7.0, it can hold 8000 chars)
So, i am trying to use 'text' instead
of 'varchar'. however, i can't find
any useful function to operate on
big 'text' string(such as @xxxx), seems
all text function works for tables'
column.
anybody can help me? Great thanks..
a very big string, more than 255 chars.
i am using SQL server 6.5, and varchar()
can not hold more than 255 chars in 6.5
version (in 7.0, it can hold 8000 chars)
So, i am trying to use 'text' instead
of 'varchar'. however, i can't find
any useful function to operate on
big 'text' string(such as @xxxx), seems
all text function works for tables'
column.
anybody can help me? Great thanks..