Hi Guys,
I got the following error message while executing the below query.
Declare @Name VARCHAR(300)
Select @Name = 'Select ...................'
.
.
.
Server Message: Number 7327, Severity 15
Server 'DEV', Line 1:
Length or precision specification 259 is not within the range of 1 to 255.
I think sybase12.0 doesn't support more than 255 for varchar datatype.
Am i correct ?
If yes, what is the limitations of sybase 12.5.0,12.5.1,12.5.2,12.5.3 and 12.5.4 version.