You can also work around this limitation with the following:
-- for example, with MyVarCharField VARCHAR(1000)
SELECT CAST(MyVarCharField AS TEXT) FROM MyTable
![]() | mssql_field_lengthDescriptionint mssql_field_length ( resource result [, int offset] )This function returns the length of field no. offset in result result. If offset is omitted, the current field is used.
![]()
09-Feb-2005 05:56
You can also work around this limitation with the following: | ![]() |