Switch to desktop version  
Transfer eSync mySQL Database data to External Database (SQL) - Printable Version

+- Ewon Technical Forum (https://techforum.ewon.biz)
+-- Forum: Development (https://techforum.ewon.biz/forum-50.html)
+--- Forum: Ewon Embedded Technology (https://techforum.ewon.biz/forum-51.html)
+---- Forum: Ewon Connection Tools (https://techforum.ewon.biz/forum-6.html)
+---- Thread: Transfer eSync mySQL Database data to External Database (SQL) (/thread-756.html)



Transfer eSync mySQL Database data to External Database (SQL) - Chee Ho - 29-10-2018

Reading from the EWON website regarding eSync, it stated:
"eSync was meant to be a transit database......it is highly recommended to migrate/transfer the data from eSync server to an external database."

May I know how can we achieve that?
For example: How to transfer the data from eSync mySQL to a SQL Database.
Can the transfer process be automated?

Thanks in advance!


RE: Transfer eSync mySQL Database data to External Database (SQL) - simon - 30-10-2018

Hi,

You must simply do that with SQL queries.
Unfortunately, HMS/eWON does not provide any tool that can migrate your data from MySQL to SQL.

Simon


RE: Transfer eSync mySQL Database data to External Database (SQL) - udayakumar - 01-11-2018

Hi sir,

I want to dump data into Mysql using ewon java.

Is it Possible.


RE: Transfer eSync mySQL Database data to External Database (SQL) - simon - 06-11-2018

No, I think it is not possible. See https://techforum.ewon.biz/thread-762.html
You should use something between the eWON and the MySQL, like eSync or a webserver + a PHP script for example

Simon