Results 1 to 4 of 4

Thread: cannot update recordset

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Location
    London
    Posts
    99
    My code calls a DLL which executes a command object which calls a stored proc' on SQL7 which is then passed out as a recordset into my calling app'.

    All hunky-dory except that I cannot update any of the values in the recordset.

    The recordset properties are as follows;

    CursorLocation=adUseClient
    Locktype=adOpenStatic

    Is the command object the culprit?

    VB6 Enterprise sp5, SQL Server2000

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    Is your command object passing back a disconnected recordset?

  3. #3
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    Does the recordset contain objects from more than one table?

  4. #4

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Location
    London
    Posts
    99
    Clunietp

    No


    JHausmann

    Other calls in the DLL will (just writing a code stub at the moment, trying to establish the principle).

    VB6 Enterprise sp5, SQL Server2000

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width