Viewing 3 posts - 1 through 3 (of 3 total)
thanks again...
no i am not confusing the byte values i meaned the number of character storage...
and my problem is on inserting values...
for example:
mystring="helloworld"
rs.setString(1,mystring); (by the way my field is nvarchar...
May 6, 2005 at 1:05 pm
by the way i think my second problem is about inserting method...
i use this method with java.
result.setString(1,Username);
username is a string and includes trimmed username value....
but although it is trimmed it...
May 5, 2005 at 4:49 pm
thanks a lot for your answers...
i couldnt find "ANSI_PADDING off or on" setting...
i must use unicode so nvarchar sure coz it must support multilanguage...so if i limit nvarchar field to...
May 5, 2005 at 4:02 pm
Viewing 3 posts - 1 through 3 (of 3 total)