What is the best between API, ODBC and MyVBQL under Access ?

A

Archives

First, happy new year for everyone

I use a MySQL database and Microsoft Access. I would like to know what is
the best solution to send request to MySQL using VBA. I counted 3 different
ways:

- with ODBC, using DAO or ADO with the recordset objects. I read that ODBC
is a little bit slow but we need ODBC to use forms and reports I presume ?

- with API. The direct requests (like Insert, Delete...) are quicker but the
return of rows is very hard(and time consuming ?) with a Select.

- with MyVBQL, I only know that it exists. But is it reliable, do we have
some support of this dll in the next future ?

Thank for your help to compare these three ways.

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top