S
Soulless
I am perplexed and probably not approaching this right, but I have the
following in code:
_dsSessionSer.Merge(ibrDBAccess.SybaseRetrieveDataset(lsSQL,
"SessionSer"));
I have defined _dsSessionSer as a DataSet (dsSessionSer) and
instantiate it.
It returns data into 3 columns.
I wish to get a value from row 1 in the dataset but cannot figure out
how to code that to make it work.
Please help. Thanks!
following in code:
_dsSessionSer.Merge(ibrDBAccess.SybaseRetrieveDataset(lsSQL,
"SessionSer"));
I have defined _dsSessionSer as a DataSet (dsSessionSer) and
instantiate it.
It returns data into 3 columns.
I wish to get a value from row 1 in the dataset but cannot figure out
how to code that to make it work.
Please help. Thanks!