|
-
September 18th, 2003, 04:29 AM
#1
Run an access quert in vb
I created a project in access and later decided to use VB as frontend.The problem now is that i have already created many hardcore queries in Access and now I have to rewrite the whole thing in VB.I want to know if there is any way to execute an access query directly from vb.I mean by giving the acces query name as parameter .Some of the queries contain calculations also.
Please help
Jithu
-
September 18th, 2003, 07:03 AM
#2
Try QueryDef object if using DAO.
In ADO use Command object.
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
|