Hi,
I have an application developped with VB6, and I use ADODB.command to call a stored procedure on an database (SQL Server 2000).
The stored procedure returns a recordset of data. The problem occured when this recordset contain values having length greater than 255 char.
There is an option I can set ?
Is it a limitation of ADODB.Command ?
Does a workaround exists for this ?
Thank you !
Mary
Start Free Trial