avatar
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..
avatar
w*i
2
actually, i just wanna know the functions
that can do
'patindex(), substring(), STUFF(), ltrim()'
for 'text', instead of 'varchar'.
please note it is SQL 6.5
thankssss

【在 w*i 的大作中提到】
: 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'

avatar
w*h
3
You want to do it in VBScript?
Why not convert it to string? CStr(...)

【在 w*i 的大作中提到】
: 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'

avatar
w*i
4
VBSCRIPT? NO NO, IT IS JUST A SMALL
PROBLEM IN MICROSOFT SQL-SERVER 6。5
STRING CAN HOLD 255 CHAR, BUT I NEED
A VERY BIG STRING, THAT MUST BE HELD
IN TEXT。 BUT I CAN‘T FIND ANY USEFUL
FUNCTIONS FOR TEXT。 :-(

【在 w*****h 的大作中提到】
: You want to do it in VBScript?
: Why not convert it to string? CStr(...)

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。