D
Dave.Womer
All,
I'm trying to write some code that will detect changes in a database
table (like a record value modified) in SQL Server 2000.
I've tried to pull all records and place them in a dataset and merge
against existing records every few seconds but the DS Merge does not
seem to work.
Any suggestions on how to perform this operation without going cell by
cell? Are there any built in .NET funtions for this?
I'm trying to write some code that will detect changes in a database
table (like a record value modified) in SQL Server 2000.
I've tried to pull all records and place them in a dataset and merge
against existing records every few seconds but the DS Merge does not
seem to work.
Any suggestions on how to perform this operation without going cell by
cell? Are there any built in .NET funtions for this?