Has anyone tried to use VB6 to access fields defined as varchar(max) within a SQL 2005 database?
This article seems to suggest it is legal:
but I don't seen to be able to get sensible values back when populating an ADO recordset using a SQL query. As soon as I change declaration back to varchar(8000), the code behaves as I would expect.
This article seems to suggest it is legal:
but I don't seen to be able to get sensible values back when populating an ADO recordset using a SQL query. As soon as I change declaration back to varchar(8000), the code behaves as I would expect.