G
Guest
Hi
It is possible to call a specific element of a DataSet? I couldn't figure
out it yet.
I tried to use the following code but obviously it doesnt work. Hope you can
help me!
foreach(DataTable myTable in myDataSet.Tables)
{
foreach(DataRow myRow in myTable.Rows)
{
_oper = myTable.Columns("ID");
_process = myTable.Columns("Process");
dbInsert(_oper, _process);
}
}
thks a lot for u r help!
Francoise
It is possible to call a specific element of a DataSet? I couldn't figure
out it yet.
I tried to use the following code but obviously it doesnt work. Hope you can
help me!
foreach(DataTable myTable in myDataSet.Tables)
{
foreach(DataRow myRow in myTable.Rows)
{
_oper = myTable.Columns("ID");
_process = myTable.Columns("Process");
dbInsert(_oper, _process);
}
}
thks a lot for u r help!
Francoise