Board index » delphi » DDL calling another DDL
scoots987
![]() Delphi Developer |
DDL calling another DDL2006-12-13 03:46:37 AM delphi143 Does anyone have an idea of how to have a DDL calling 1 or more DDLs? I have a few DDLs that create the databases/tables, but I also have some SQL statements to insert the data from another file. I am not speaking of Bulk insert. My secondary file is a bunch of INSERT INTOS table (some field names) values (some values). I would like to have my one DDL to create the tables and then execute my files to insert the data. With out running this manually everytime. Any ideas???? TIA |