export database from MYSQL to Ms Access

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • contact.amarender@gmail.com

    export database from MYSQL to Ms Access

    Hi,

    I want to export database from MYSQL to Ms Access. Can anybody
    suggest me a way to do that.

    thank you,
    amar

  • Gord

    #2
    Re: export database from MYSQL to Ms Access

    On Feb 16, 2:39 pm, contact.amaren. ..@gmail.com wrote:
    Hi,
    >
    I want to export database from MYSQL to Ms Access. Can anybody
    suggest me a way to do that.
    >
    thank you,
    amar
    Install the MySQL ODBC driver:



    Create a system DSN for the MySQL database. Create a new Access
    database, then do

    File Get External Data Import...

    In the Import dialog click the "Files of type" drop-down and choose
    "ODBC Databases ()". In the "Select Data Source" dialog click the
    "Machine Data Source" , select the DSN you created, and click "OK".
    Select all of the tables and import them.

    Comment

    Working...