Hi,
You mean like
DataRow row = ds.Tables[0].NewRow();
row["ZipCodes"] = "12345";
--
Ignacio Machin
machin AT laceupsolutions com
"JPS" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| Thanks. Do you know how to add values to this as well?
|
| On Jan 16, 9:01 am, "cbmeeks" <cbme...@gmail.com> wrote:
| > DataSet ds = new DataSet("dsName");
| > ds.Tables.Add("dtTable");
| > ds.Tables["dtTable"].Columns.Add("ZipCodes");
| >
| >
http://www.codershangout.com
| >
| >
| >
| > JPS wrote:
| > > Does anyone know how to create a dataset on the fly with specific
names
| > > fields?- Hide quoted text -- Show quoted text -
|