 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Gustavo Arroyave Guest
|
Posted: Fri Sep 03, 2004 4:53 pm Post subject: DataSet's lookup method |
|
|
Hello there.
I'm determinin if a row is in a DataSet using the lookup method.
I create a DataRow (locateRow), using just one DataSet's column, as
the locate row.
I create a DataRow (resultRow), using some of the DataSet's columns,
as the result row.
Then I call the lookup method as follows:
if (dataSet.lookup(locateRow, resultRow, Locate.FIRST)) { ... }
The above sentence throws a DataSetException. Why is that? Am I
doing anything wrong?
Thanks for help.
Gustavo.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|