I'm attempting to open a recordset. I've tried using DAO and ADO...the database opens just fine, but when I try
set rs=db.openrecordset("<tablename>",opendynaset,openreadonly)
I get an error saying "Type Mismatch"
if i try rs.open "<tablename>",db,<options>
I get "Open method of _recordset object failed"

what the heck am I doing wrong? I've done it a hundred times in a COM Object, but when i try doing this with a standard EXE, I get all kinds of errors. Any help here would be greatly appreciated. Thanks!
-Aaron