|
-
Sep 13th, 2000, 02:48 PM
#1
Thread Starter
Frenzied Member
I need to be able to execute an Access query from my VB6 application. Access
will not be installed on the end user machine but the query will already be
in the .mdb file.
There is a reason why I need to do this as opposed to running an SQL statement
in VB6 but I don't want to steer this post away from my initial question so I'll
leave out the reason..
Anyway, it seems that this can be possible because if you use the ADO control
to connect to an Access database, it shows the Query's as "Stored Procedures", but
I just don't know how to go about actually executing a query..
The query will not return any data, it is strictly an "action" query (such as Append,
Make table, etc..) so I don't need to show the results of the query...
Remember again that Access will not be installed so I don't want to use any Access objects
in my code..
Dan
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
|