Hi,
I am developing a web application which uses the timer to check the update in the database.But now i want to update the page when the data get updated in the database without the timer is that possible?
Please help me to get out of this problem.
Loading
Cyber BhaiPosted Nov 9, 2009, 5:55 AM
Roei BarPosted Oct 3, 2009, 10:13 AM
1. an activex that holds a connection to the server
2. TCP Session on Client Side, this 1 brakes apart the option for real HTTP services
another way is something called COMET, its a Framwork for Push Data
here is a sample project
http://www.codeproject.com/KB/aspnet/CometMultiClient.aspx
and
http://www.stream-hub.com/
Kirtan PatelPosted Oct 3, 2009, 10:09 AM
Now you need to enable the SQL Server to work with External Objects and thus you will need to fire the below command..
Now Register
ManagedCodeAndSQLServer.dllunder that using the following code:Create a procedure which can be called from the Trigger...