I'm trying to get a blob field contents using getchunk method from vb6/adodb 2.6
When I create the recordset directly using a select statement the getchunk method works fine.
Same table, same record, same field using a stored procedure that returns the recordset from a temporary table cause error -2147217887.
Any difference accessing SQL Server text field from sp instead than from a sql statement?
Anyone can help me?
Thanks in advance,
Luca