|
-
Jul 21st, 1999, 09:36 PM
#1
Thread Starter
New Member
I need to create a database object and a recordset object in my non vb application to be able to open the database(access) using DAO. I would like to mimic the following vb code in my nonvb app.
public db as database
public rs as recordset
since my non-vb app doesn't know these types, I need to create object and access thru those.
I thought createobject("DAO.database") or createObject("data") would work. but, I am getting error.
Any help would be greatly appreciated.
thanks,vijaya
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
|