Re: HOWTO: display database without refresh web page to query data
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Sun, 15 May 2005 16:22:07 -0400
re:
> How about the database trigger?
How will the trigger know who to send the updated data to ?
re:
> The web page will be like a client and listen to the database changes.
I don't know how that could be done.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
"SS" <ss@xxxxxxxxx> wrote in message
news:0A0A9AC1-105E-4262-88E7-EB0CC9226C89@xxxxxxxxxxxxxxxx
> Thanks for the reply.
> How about the database trigger?
> Can it trigger a web page to display when the database changes?
> The web page will be like a client and listen to the database changes.
> HOw can I do that?
> "Juan T. Llibre" wrote:
>> Osmosis ?
>>
>> ;-)
>>
>> Seriously, do you want to have a page display a change
>> in a database *when the database is updated* ?
>>
>> There's all kinds of techniques to do that, like a database-dependent
>> cache item, but it will be impossible to acquire new information from
>> the server if the client doesn't make a second trip to the server.
>>
>> So, you *have* to either refresh the page or redirect to a new page.
>>
>>
>>
>>
>> Juan T. Llibre
>> ASP.NET MVP
>> http://asp.net.do/foros/
>> Foros de ASP.NET en Español
>> Ven, y hablemos de ASP.NET...
>> ======================
>>
>> "SS" <ss@xxxxxxxxx> wrote in message
>> news:22788B3E-1763-465C-A099-43E5A0CA848F@xxxxxxxxxxxxxxxx
>> > Hi,
>> >
>> > I don't want to refresh a web page to query and display database.
>> > I want the page shows information immediately when database changes.
>> > What kind of technology or method would be able to perform this action?
>> >
>> > Sean
>>
>>
>>
.
- References:
- Prev by Date: Re: Using a RegEx as a "variable" WITHIN an array?
- Next by Date: Adding a confirmation pop-up window for datagrid delete
- Previous by thread: Re: HOWTO: display database without refresh web page to query data
- Next by thread: storage/security concerns for a music download service
- Index(es):
Relevant Pages
|