Re: mysql client update

2005-05-18 Thread Eric White
> >Philip. > > > >-Original Message- > >From: Eric White [mailto:[EMAIL PROTECTED] > >Sent: May 17, 2005 10:44 AM > >To: mysql@lists.mysql.com > >Subject: mysql client update > > > > > >Hi, > > > >Where should I look to f

Re: mysql client update

2005-05-17 Thread David Logan
This layer would also keep track of all connected clients and would notify when a record is modified/inserted/created. Cheers, Philip. -Original Message- From: Eric White [mailto:[EMAIL PROTECTED] Sent: May 17, 2005 10:44 AM To: mysql@lists.mysql.com Subject: mysql client update Hi, Where sho

RE: mysql client update

2005-05-17 Thread mfatene
hen a > record is modified/inserted/created. > > Cheers, > Philip. > > -Original Message- > From: Eric White [mailto:[EMAIL PROTECTED] > Sent: May 17, 2005 10:44 AM > To: mysql@lists.mysql.com > Subject: mysql client update > > > Hi, > > Where should

RE: mysql client update

2005-05-17 Thread Philip Denno
keep track of all connected clients and would notify when a record is modified/inserted/created. Cheers, Philip. -Original Message- From: Eric White [mailto:[EMAIL PROTECTED] Sent: May 17, 2005 10:44 AM To: mysql@lists.mysql.com Subject: mysql client update Hi, Where should I look to

mysql client update

2005-05-17 Thread Eric White
Hi, Where should I look to find information about having clients notified when a table/record is updated? I have a situation where multiple clients will each have an open database connection, and I would like for them to be notified when the database is modified by a member of the group. Somethi