Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorjohn
    • CommentTimeDec 11th 2006
     
    Hello

    i have seen many converters on the internet to convert mysql databases to work in access, but you have to connect to the server. i don't have a server to connect to anymore, and therefore no database to connect to

    Is there a program that i can use to convert my .sql file which i have on my computer so that i can open it in access.

    Thanks
    • CommentAuthorviane
    • CommentTimeDec 11th 2006
     
    simplest way is defenitely to install xampp, then log into localhost, go to phpmyadmin and import the script with phpmyadmin.

    If you need to get it into an access db then you best bet is once xampp is installed setup an odbc connection to it, then open the connection from within access and voila you can do what you want with it.