Copy record from one database to another
Hi there. Really simple question for someone to answer I hope.
I have two databases that contain the same tables. I simply want to select a record from one and insert it into another.
It is not as simple as selecting it and iterating through the columns using the getString though because some of the columns have different types and some of them have a null value.
Is there an easy way to just copy one record in one table in one database to another database without having to go through each field and specify which type it is...
Thanks, Boomah.

