binayak
April 27th, 2005, 10:51 AM
I have a table A in a db which has only one column. I want to merge this table with with table B which has the same column and 3 other columns.
I want to merge B into A and populate the changes in the A table in the db.
Is this possible (changing schema of the table) using dataset.merge method?
Please send me some sample code or pointers.
Binayak
I want to merge B into A and populate the changes in the A table in the db.
Is this possible (changing schema of the table) using dataset.merge method?
Please send me some sample code or pointers.
Binayak