'Object was open' when executing a stored procedure with large amounts of data.

  • I am getting an error 'Object was open' when executing a stored procedure with large amounts of data. This procedure runs from a VB 6.00 application on SQL 2005. When running the script in SQL there is no problem

    rs.Open cmd, Options:=adCmdStoredProc

    IMPORTANT: This error ONLY happens with large amount of data. The threshold level is about 250000 rows of data. If more than that amount of data is retreived the error occurs. If less then there is no problem.

    Any suggestion would be greatfull

    Thanks

  • Seems like a client side issue. Nothing to do with SQL Server.


    * Noel

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply