|
-
Dec 19th, 2001, 12:34 AM
#1
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|