New Column to DataSet.DataTable
- From: bernardpace@xxxxxxxxx (Xarky)
- Date: 23 Apr 2005 01:37:46 -0700
Hi,
I am making a query to a database, that is returning a DataSet. The
DataSet contains one table, columns and rows of data.
Now, for that same table, I need to add a new column(Column New).
This new column will contain data retrieved from the same table and
have some functionality applied to it. New Column is to be kept
locally, and datasource is not to be updated.
How can I do this? Should I create a new dataset?
******* Table ******
Column x Column New
5 func(5)
6 func(6)
.....
I hope someone understands my problem and can help me out.
Thanks in Advance
.
- Follow-Ups:
- Re: New Column to DataSet.DataTable
- From: Cor Ligthert
- Re: New Column to DataSet.DataTable
- Prev by Date: HTTP Post request
- Next by Date: Re: DataGrid: Update data source when editing a cell and closing t
- Previous by thread: Navigating to folders from VS
- Next by thread: Re: New Column to DataSet.DataTable
- Index(es):
Relevant Pages
|