SgDotNet
Singapore Professional .NET User Group -For Cool Developers

Connected Dataset

rated by 0 users
This post has 2 Replies | 1 Follower

Top 200 Contributor
Posts 8
Atlantean Posted: 09-01-2007 8:11 PM

Hi guys, is there a way to declare a connected dataset for MS SQL Server that gets continuous updates? only familiar with the one with Oracle, hoping there is something similar for MSSQL.

 Thanks

Top 10 Contributor
Posts 2,259
a DataSet is disconnected by design. It is meant to retrieve a subset of a database/data source and cache that in CLR memory space. If you want somethings that "listens" for changes in SQL Server, you may wanna use the SqlDependencyCache to reload data when the database data changes.

The melody of logic will always play out the truth. ~ Narumi Ayumu, Spiral

Top 200 Contributor
Posts 8
hi, thanks for that. Does this create problems for a large table with high data insert since it mention it reloads the cache. for example, something with more than 30,000 rows and 30 new rows a second?
Page 1 of 1 (3 items) | RSS
Copyright SgDotNet 2004-2008
Powered by Community Server (Commercial Edition), by Telligent Systems