I am using My-Sql
database.
I have MS-Access
as external database .
The MS-Access
database contains the original data's .
I want to do :
Need to retrieve the data's from MS-Access
database , to My-Sql
database table
To achieve this task what i am thinking is :
MS-Access
My-Sql
Use Thread
concept to run the java class for simultaneous process(every 10 mins)
I want your suggestion for this, Whether my point is correct? If not , Is there any way to achieve this task simply...!
I found the answer from quartz-scheduler
quartz-scheduler
It is an great feature fro java to fix the time for at which time program being executed
To transfer the data from MS-Access to MySql
what is did is