transfering groups of database objects

grnfvr

New member
Local time
Today, 14:06
Joined
Jun 5, 2000
Messages
6
I am trying to figure out how to write code to transfer all of a database's objects (tbl,qry,frm,rep,mcr,mod) to another database.

I have been able to do this with tables and queries by looping through each object definition(tabledef, querydef) in the respective class for each objecttype(tables & queries).

I haven't figured out a way to accomplish this with the other database objects. Any Ideas?
 

Users who are viewing this thread

Back
Top Bottom