I have found a program that will allow me to update and view my mysql databases using the android phone. I clearly says that it will connect to MySQL, however I can't figure out how to set up the DSN to make that work.

When I click on the configure button it takes me to the ODBC Data Source Administrator and gives me three options dBase Files, Excel Files, MS Access files in the window. There is also an add button. If I click that it comes up with a list of drivers and the only SQL type choice available is SQL Server version 2000.85.1132.00 microsoft file name sqlsrv32.dll

So where would I find a dll for mysql and how do I get it to show up in this list etc?

Anyone have any ideas?

    minifairy wrote:

    Anyone have any ideas?

    Yup; use Google.

    A search of "mysql odbc" led me to the MySQL manual page that answers the "where" and "how" questions you asked. It was even the first result returned, too!

      Write a Reply...