What should be SQL statement to copy all records from Database1/Table1/Field1 to > Database2/Table2/Field2 ?
Maybe there is a tutorial on this ? Thanx.
Im not exactly sure on how to do it.. but basically all i can think of is do a loop of all the records and have a INSERT query to add them one by one within the loop.
There probably is another way... but ive never attempted this.