Hi VB gurus out there,



How do I connect VB to my database?

I've used the instrinsic Data control. But that data control is simply loading from single table in the database. It does not seem to accept any SQL commands (maybe I'm wrong)


In fact, I'm creating the replica of my PHP application in VB. So I've converted the MySQL database to Ms Access. My database has many tables which need to be manipulated by SQL (such as table joins, sorting, sub-selects).

Does VB allow this?
Can you give the links to the tutorials?

Thanks in advance.