Re: copying the column values of a Datatable into another data table in vb.net
- From: "Cindy Winegarden" <cindy_winegarden@xxxxxxx>
- Date: Mon, 2 Jan 2006 09:00:20 -0500
Hi Mahalakshmi,
Does the Copy() method that Christopher Reed suggested in your other thread
work for you?
> tblTwo = tblOne.Copy();
--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy_winegarden@xxxxxxx www.cindywinegarden.com
"Balu" <balu@xxxxxxxxxxxxxxxxxx> wrote in message
news:OuE1%2324DGHA.740@xxxxxxxxxxxxxxxxxxxxxxx
> Hi All,
>
> Can anybody tell me how to copy one column of a data table to another data
> table.
>
> Example:I have 2 data tables say dt1,dt2.
> Here,i wanna copy only the 1st column values of dt1 into the 1st column of
> dt2.
> Its an urgent work for me.So,anyone of you can give me a solution to this.
>
> Regards,
> Mahalakshmi.
>
.
- Follow-Ups:
- References:
- Prev by Date: copying the column values of a Datatable into another data table in vb.net
- Next by Date: How connect usb-camera with dotnet or wince 4.2?
- Previous by thread: copying the column values of a Datatable into another data table in vb.net
- Next by thread: Re: copying the column values of a Datatable into another data table in vb.net
- Index(es):
Relevant Pages
|