Does anybody know of a tool which takes a database (MS Access in this case, but more formats/databases welcomed) and creates from that a SQL script (re-)create the database and preferably it's content?
My Google seach turned up lots of tools, but most of them dealt with flavors of SQL servers (Oracle, MS, MySQL) or were meant as upsizing tools from a desktop DB (Access, dBASE) to a SQL server.
Basically, I'm trying to accomplish some kind of "Diff" between two databases: one out in production, with data in it, one in development with new and/or altered tables/indexes and/or updated data. My idea was to create a script with such a tool and my application would detect such an "update script" and simply execute the statements in it.
I'd also welcome other ideas on how to approach such an database update to a live environment.
My Google seach turned up lots of tools, but most of them dealt with flavors of SQL servers (Oracle, MS, MySQL) or were meant as upsizing tools from a desktop DB (Access, dBASE) to a SQL server.
Basically, I'm trying to accomplish some kind of "Diff" between two databases: one out in production, with data in it, one in development with new and/or altered tables/indexes and/or updated data. My idea was to create a script with such a tool and my application would detect such an "update script" and simply execute the statements in it.
I'd also welcome other ideas on how to approach such an database update to a live environment.
Comment