Hi all,
I am generating a software where I have made one database. I want to know how can I do the following task.
I have make to identical database. In one database I am adding new table or modifying it and in the second database data is been entered in my company.
What I want to do is that...
1. When I update a database it should check all the table structure one by one and do all the modification I have done in first database.
2. Create a new table with same name and structure in the second database if it doesn't exist in the second database.
How can I do this with no curroption in the data of the second database?
Thanks and regards
I am generating a software where I have made one database. I want to know how can I do the following task.
I have make to identical database. In one database I am adding new table or modifying it and in the second database data is been entered in my company.
What I want to do is that...
1. When I update a database it should check all the table structure one by one and do all the modification I have done in first database.
2. Create a new table with same name and structure in the second database if it doesn't exist in the second database.
How can I do this with no curroption in the data of the second database?
Thanks and regards