My remote database is Mysql database and i want to retreive some records and put into the
Microsoft Access database which is a localhost database
and i want to also create DSN for remote database
please help me
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve just got a similar set up working in MATLAB which uses java to connect to MySQL and Access databases.
I created a java class with the following method
This runs over an internal network, so as per the comments defining the databaseUrl glnd2818898.network.net is the MySQL server and it connects to the database ‘matlab’
The Access interface is similar
It’s probably not the neatest java coding as it was my first attempt from a MATLAB users point of view, but it works for me.