G
Guest
Hi
I have two identical tables - same field names, identical datatypes(the tables are in different databases) and same
constraints
I need to transfer a record from one table to the other. While doing the transfer, the column names are to be
checked so that the right column data gets inserted into the other.
Though the column names are identical their order may be different in the tables
My thinking is having two data adapters and datasets and then do some sort of comparison of column names before I go ahead with the data insertion. Does that sound ok ?
Is there some other easy way ?
Thank
Bill
I have two identical tables - same field names, identical datatypes(the tables are in different databases) and same
constraints
I need to transfer a record from one table to the other. While doing the transfer, the column names are to be
checked so that the right column data gets inserted into the other.
Though the column names are identical their order may be different in the tables
My thinking is having two data adapters and datasets and then do some sort of comparison of column names before I go ahead with the data insertion. Does that sound ok ?
Is there some other easy way ?
Thank
Bill