Linking / Synchronising SQL DB with MySQL DB -


One of mysql requires access to data in MS SQL database and my options would be to know the data associated with various tabs

Ideally I would like to mirror the database schema and data in MySQL so that it can be inquired from within Wordpress.

The data is information about Hotel as seen here

This plan shows every hotel as a WordPress post.

Does this mean to make a flat table in SEL and can somehow link it to MySQL?

thanks

P>

>

If you want to transfer data from MS SQL Server to MySQL, then you can use SSIS routines to transfer data. You can schedule data import for as often as you need it.

The simplest format will be a direct copy from the MS SQL Server schema structure.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -