Hi All
I have an app in php that we use to generate our stock/product lists.
We now have a new website in asp, and I need to insert the data from the PHP/Mysql system into an MS Sql database table.
Is there a way to do this from PHP.
I was thinking of a simple loop that reads the data from mysql and writes it to the MS Sql. Also, it needs to overwrite any existing data, however I don't want to empty the table first, as this would result in down time while the data was copying
Does anyone have any tips on the best way to do this?
Thanks
Aaron
I have an app in php that we use to generate our stock/product lists.
We now have a new website in asp, and I need to insert the data from the PHP/Mysql system into an MS Sql database table.
Is there a way to do this from PHP.
I was thinking of a simple loop that reads the data from mysql and writes it to the MS Sql. Also, it needs to overwrite any existing data, however I don't want to empty the table first, as this would result in down time while the data was copying
Does anyone have any tips on the best way to do this?
Thanks
Aaron