CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    ResultSet Problem

    I am new to VB and working in a VB5/Oracle8
    project.When I want to insert an record useing result
    set (addnew) and if first time user gives the duplicate
    key.Oracle gives the error and next time user changes
    it and try to insert it gives the error "INVALID RESULTSET
    STATE FOR UPDATE"
    Please help me..
    Thanx in advance
    RK


  2. #2
    Join Date
    Aug 1999
    Posts
    4

    Re: ResultSet Problem


    If your some for control loop for insertion, then Use ADDNEW method
    before inserting into the fields of the recordset Or try to use ADO 2.0 or 2.1



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

Featured