A
ArunDhaJ
Hi All,
I'm having a DataTable with say 3 columns. I've to copy this DataTable
to another DataTable which has 4 columns. The extra column is the
Row_ID with AutoIncrement property set true.
Is this way is possible?
Anyways, what I actually need is to add a new column Row_ID with
AutoIncrement values.
Source Table
EName EDesignation
Abc Engineer
Bcd Sr.Engineer
Destination Table should be like this
Row_ID EName EDesignation
1 Abc Engineer
2 Bcd Sr.Engineer
Thats it,
Thanks in Advance
ArunDhaJ
I'm having a DataTable with say 3 columns. I've to copy this DataTable
to another DataTable which has 4 columns. The extra column is the
Row_ID with AutoIncrement property set true.
Is this way is possible?
Anyways, what I actually need is to add a new column Row_ID with
AutoIncrement values.
Source Table
EName EDesignation
Abc Engineer
Bcd Sr.Engineer
Destination Table should be like this
Row_ID EName EDesignation
1 Abc Engineer
2 Bcd Sr.Engineer
Thats it,
Thanks in Advance
ArunDhaJ