Hi,
just wondering the best way to check if a record does exist in a datatable.
I'm currently using the DataTable.Select command, declaring an array of datarows and if the rowcount of the array is equal to zero.. do some logic
however I'm performing my matching on a composite key based on a int and Date its very slow
is there any other method I could use?
thanks in advance,
enex
it was actually stuck in a loop !
my bad
resolved
