DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Wed, 08 Aug 2007 14:01:18 -0000,    posted on: microsoft.public.dotnet.framework.adonet        back       

Thread Index
  1    unknown
          2    Adrian Moore


Detecting Changes in Database Table from app   
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?
Date:Wed, 08 Aug 2007 14:01:18 -0000   Author:  

Re: Detecting Changes in Database Table from app   
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.

 wrote in message 
news:1186581678.650257.255930@d30g2000prg.googlegroups.com...

> 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?
> 
Date:Fri, 10 Aug 2007 07:04:14 -0600   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us