Importing a common table from a number of DB's

N

Nath

Hi,

I have a number of DBs that i wish to import a common
table (tbl_main_data) into a common "central" database
(main_db)

The minor database names are written into an array :

Useer_db_names (10)

What i want to do, is to cycle through this array and
import the tbl_main_data from each, into tbl_main_data in
the central database from a module within the central
database.

Can anyone help.

TIA

Nath.
 
Top