Results 1 to 15 of 15

Thread: SOLVED - Problem while opening recordset

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member abhid's Avatar
    Join Date
    Nov 2001
    Location
    3rd rock from the sun
    Posts
    467

    SOLVED - Problem while opening recordset

    I am opening ADO.recordset object with following query

    SELECT E.empName,E.basic,E.current,S.increament,S.dateOfInc FROM employeeMaster E,empSalary S WHERE S.empCode = E.empCode

    But it is giving me error like
    "Method 'Open' of object '_Recordset' failed"
    I have checked that recordset is declared and set and query is also working.
    Please help!
    Last edited by abhid; Dec 19th, 2001 at 02:17 AM.

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