Subject | Importing data from duplicate database |
---|---|
Author | Ed Dressel |
Post date | 2007-03-08T13:57:16Z |
I need to import data from a different database. I am creating a class
structure that provides the information to move the data over (I say
this so that if there is an easier way, I would appreciate any tips).
It includes the PK and FK relationships.
What I need to do is copy the contents of one record from one databse
table to another. I would like to do it abstractly, not knowing
anything about the field list in the database. I will know the PK and
FK fields and values.
Any way to easily do this? Any tips?
Thanks
Ed Dressel
structure that provides the information to move the data over (I say
this so that if there is an easier way, I would appreciate any tips).
It includes the PK and FK relationships.
What I need to do is copy the contents of one record from one databse
table to another. I would like to do it abstractly, not knowing
anything about the field list in the database. I will know the PK and
FK fields and values.
Any way to easily do this? Any tips?
Thanks
Ed Dressel