Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DATATYPE ISSUE

Status
Not open for further replies.

anpad

Programmer
Nov 17, 2001
1
ES
my problem is that ,I want to define a local variable and in put parameter in a Stored Proc which will accept
input of 6000 character in 11.X version .os sybase

Now VARCHAR(6000) is not supported by 11.X version but only for 12.0 as it has limit of 255 charachters

and TEXT datatype we cant define it as Local variable or
Input parameter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top