Update of disconnected recordset fails when using SQL2005

  • We have found a strange problem when upgrading our application to SQL2005 from 2000

    We have a web application which is extensively using disconnected

    recordsets. In some cases when we update the recordset in the code it will

    fail. Note this is not when the recordset is reconnected but when it is

    updated so we are not going back to the server when it fails, but when

    setting a new value to a field.

    So the problem must be that the recordset created is different in SQL2000

    than in an SQL2005.

    We looked at the recordset object and compared the working and non working

    recordsets. The only difference we can see is in the fields that "attributes"

    is 120 when it works (sql2000) and 112 when it fails (sql2005).

    Help in pointing us in the right direction to solve this would be greatly

    appreciated.

    --

    James C.

  • Hi,

    May be this could help http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=252730&SiteID=1

    Regards,

    Ahmed

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

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