query objects in VB6

genesis

Registered User.
Local time
Today, 07:20
Joined
Jun 11, 2009
Messages
205
Hi, in ms access, we have objects created in the TABLE, QUERIES, FORMS, REPORTS, PAGES, MACROS, AND MODULES.

In VB6, I am not sure if there is a panel where we can create query objects and macros.

Does VB6 have that query object panel? if not, is there a way for that to appear or to have there? thanks
 
Access is a database tool that uses a version of VB as the programming language. VB6 is a general purpose application development tool, not tightly integrated to any specific database solution - it can still talk to an access database, but not in quite the same easy, integrated way as VBA does within Access.

There are some links to tutorials here:
http://www.vb6.us/guides/vb6-database-guide

-that might help to get you started...
 
can i get specific answer directly for my question please. thanks.
 

Users who are viewing this thread

Back
Top Bottom