Re: DataTables
- From: "Zanna" <znt.fabio@xxxxxxxxxxx>
- Date: Fri, 19 Aug 2005 11:29:20 GMT
<bernardpace@xxxxxxxxx> ha scritto nel messaggio
news:1124437974.809860.89770@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I have two DataTables with same schema(2 columns: ID, value).
>
> These 2 tables are full of rows. Now I require to check if any
> data(value) in table 1 already exits in table 2.
>
> Is there a simple way to do this?
You need a loop for each row in the first table.
Check if the table2.Select(yourCondition) returns some rows, if not there
aren't compatible rows in the second table.
--
Reporting tool: http://www.neodatatype.net
.
- References:
- DataTables
- From: bernardpace
- DataTables
- Prev by Date: Re: String.Format Question
- Next by Date: Re: Sockets End of Send
- Previous by thread: DataTables
- Next by thread: DataTables
- Index(es):
Relevant Pages
|
|