hi all,
suppose a user enetered data in a table in the web server from a web page. how can other users of the web site know that data is enetered in a table in the server? i mean, can the web server broadcast a message, which is a result of an action of a user, to all other users of the web site ??
bruce barker - 17 Nov 2004 20:39 GMT
no. the web page must poll, or run a java applet with a persisted
connection.
-- bruce (sqlwork.com)
hi all,
suppose a user enetered data in a table in the web server from a web page.
how can other users of the web site know that data is enetered in a table in
the server? i mean, can the web server broadcast a message, which is a
result of an action of a user, to all other users of the web site ??