Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 2nd, 2004, 04:20 AM
Registered User
 
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Automatic Database Update notification

Hi,

I have one database which is centrally located somewhere on the internet.I have two application one developed in ASP.NET and second is developed using VB.NET which simultaneously fetch data from central database.Both application are use same web service for access the central database which resides on database server.

when one of the application modify database, i want automatic notification to other application so i refresh the dataset programetically.I dont want to refresh my dataset at predefined time interval.

pls help me ASAP.

regards,
Bhavesh
 
Old April 3rd, 2004, 07:44 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

In the end, ASP.net is nothing but regular HTML, so you'll have to refresh something in order to get updates. I don't know the complete answer to the VB.net application, however I do know one thing. If you are using a web service for your data provider for both of these applications, remember that a web service is nothing more than essentially a web page. It's just HTTP so it will behave no different than the ASP.net application with regards to update notification. You'll still need to check periodically for new data.

Peter
------------------------------------------------------
Work smarter, not harder.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic Update odezzie Classic ASP Databases 1 March 28th, 2007 06:06 PM
Generating notification letter Ruman29 Access 1 June 28th, 2006 08:17 PM
help please, sending notification email in c# rsllc C# 1 May 29th, 2005 01:15 AM
end session notification jess VB.NET 2002/2003 Basics 1 February 22nd, 2005 02:20 PM
Email Notification for Forums? drfunkie BOOK: ASP.NET Website Programming Problem-Design-Solution 0 September 30th, 2003 10:13 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.