PC Review


Reply
Thread Tools Rate Thread

Detecting Changes in Database Table from app

 
 
Dave.Womer@gmail.com
Guest
Posts: n/a
 
      8th Aug 2007
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?

 
Reply With Quote
 
 
 
 
Adrian Moore
Guest
Posts: n/a
 
      10th Aug 2007
Dave,

Add triggers to the SQL Server tables to log each change. Then monitor the
log and update the Dataset intelligently.

Depending on your data needs, switching to a real-time database such was
www.polyhedra.com might also be an alternative.

Hope this helps
Ad.

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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?
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Detecting changes in a DataGridView and saving them to the database Andrew Microsoft VB .NET 1 24th Apr 2009 11:44 AM
Detecting changes in a database Dom Microsoft C# .NET 8 21st Apr 2009 01:48 PM
Detecting database name iris_adyla Microsoft Access Macros 0 30th Jan 2008 04:18 AM
Detecting database Size =?Utf-8?B?Um9zcw==?= Microsoft Access VBA Modules 3 27th Feb 2006 03:40 PM
Detecting when user closes application or database John C. Microsoft Access VBA Modules 1 6th Dec 2003 10:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:42 AM.