|
-
December 22nd, 1999, 09:53 AM
#1
ADO Table error
I am receiving
Run time error '-2147467259(80004005)'
Method 'Open' of object '_Recordset' failed.
error when I try this
strSQL = "Select Distinct lname from names order by lname"
rs.Open strSQL, DbConnection, adOpenForwardOnly, adLockReadOnly
I open DbConnection (It's working) and it just crashes for no reason (It seems that way.)
If I try the same thing with DAO it's working.
Please help.
Leo Koach
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
|