FieldSize property's

greenspun.com : LUSENET : SQL Server Database Administration : One Thread

How would I be able to extend the a text box FieldSize property > the max of 255 characters for a field in SQL Server 7.0 DB? Thanks

Joe

-- Anonymous, January 07, 2000

Answers

Joseph,

SQL Server 7.0 char and varchar data types may now be up to 8000 characters. In SQL Server 6.5 and earlier the limit was 255 characters.

Hope this helps,

Eric

-- Anonymous, January 07, 2000


Moderation questions? read the FAQ