MS SQL DB access problem

wxdqz

New Member
Am trying to read the length of a field in a table in a MS SQL 7.0 database. In the database the length is set to 8000, the type to varchar. However when using php (mssql_field_length) function it returns a length of 255 and a type of char.

Any explanations or solutions?

Many Thanks
 
Back
Top