|
-
Mar 18th, 2005, 12:33 AM
#1
Thread Starter
Addicted Member
Recordset Error
hi
i get a run time error '- 2147467259 (80004005)' which says 'method open of object _recordset failed' . i get this error on a particular table, if i change the table name in the query it works fine again, i tried to delete the table and then made it again but same error,
by the way am using Adodb.Recordset on an Access Database!
pls help
-
Mar 18th, 2005, 12:41 AM
#2
Re: Recordset Error
what is the name of the table that you are trying to use?
-
Mar 18th, 2005, 01:36 AM
#3
Thread Starter
Addicted Member
Re: Recordset Error
the name of the table is "SaleD" which is the foreign key table of my "SaleM" table but da thing is dat is tried the exact same query in access n it executed perfectly
-
Mar 18th, 2005, 01:51 AM
#4
Fanatic Member
Re: Recordset Error
'method open of object _recordset failed'
maybe u forgot to set New of the Recordset? or ur SQL Syntax is not right.
post the code
-
Mar 18th, 2005, 02:23 AM
#5
Re: Recordset Error
Is it more than one query per recordset? You used the wrong cursor (forward only?)
I found this:
http://support.microsoft.com/default...b;en-us;180843
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
|