Guus2005
AWF VIP
- Local time
- Today, 23:43
- Joined
- Jun 26, 2007
- Messages
- 2,642
Hi,
I have a backend which must be shipped with the customer. But it would be easier to just ship the frontend and let it create the backend from SQL scripts.
I want to be able to create make table sql scripts from existing tables and run them if the frontend cant find the backend.
Also some insert statements must be created also.
This functionality is also present in SQL Server. It creates all sql statements to recreate a database.
So in short i am looking for a set of functions (VBA) or an extern program to do this.
Any ideas?
Thanks
I have a backend which must be shipped with the customer. But it would be easier to just ship the frontend and let it create the backend from SQL scripts.
I want to be able to create make table sql scripts from existing tables and run them if the frontend cant find the backend.
Also some insert statements must be created also.
This functionality is also present in SQL Server. It creates all sql statements to recreate a database.
So in short i am looking for a set of functions (VBA) or an extern program to do this.
Any ideas?
Thanks