kejpa Posted October 14, 2004 Posted October 14, 2004 Hi, Is it possible to use some of .NET's new and fancy database objects to notice changes to records in the database made from outside the application? It would be very handy if you could detect a change in the database and apply them onto the objects in the application. Can it be done or am I just stoned and dreaming ;) TIA Kejpa Quote
Rick_Fla Posted October 14, 2004 Posted October 14, 2004 Check this out, I have not read it completely, but it might be what you are looking for. Sql Notification Server Quote "Nobody knows what I do until I stop doing it."
*Gurus* Derek Stone Posted October 17, 2004 *Gurus* Posted October 17, 2004 The feature you're looking for is in the next version of the .NET Framework, version 2.0, also known as "Whidbey". For today's applications a combination of triggers and extended stored procedures (XSP) does the trick quite nicely. Quote Posting Guidelines
kejpa Posted October 18, 2004 Author Posted October 18, 2004 It's in Whidbey? For MSAccess tooo??!? That'll be great! /Kejpa Quote
*Gurus* Derek Stone Posted October 20, 2004 *Gurus* Posted October 20, 2004 No, it won't work for Microsoft Access databases. The "architecture" is far too limited for something such as cache callbacks. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.