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
Any explanations or solutions?
Many Thanks