event notification to client

2006-02-23 Thread Liu Yinggiu-CYL019
Hi, there, I am new to Mysql world, please forgive me if the question sounds dumb. I am looking for if it is possible, that upon a record operation at the database table, a event/notification is sent to a client process. The database we are currently using implement this feature by post a

RE: email notification

2005-05-31 Thread Richard Dale
l Message- From: Jayson [mailto:[EMAIL PROTECTED] Sent: Tuesday, 31 May 2005 23:59 To: mysql@lists.mysql.com Subject: email notification I'm looking for a feature in mysql where it will email me if ther are any changes in a particular database or table. -- MySQL General Mailing List

RE: email notification

2005-05-31 Thread Berman, Mikhail
Jayson, Are you working with Windows or UNIX versions of MySQL? Mikhail Berman -Original Message- From: Jayson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 9:59 AM To: mysql@lists.mysql.com Subject: email notification I'm looking for a feature in mysql where it will ema

Re: email notification

2005-05-31 Thread Gary Richardson
; > -Original Message- > > From: Jayson [mailto:[EMAIL PROTECTED] > > Sent: May 31, 2005 6:59 AM > > To: mysql@lists.mysql.com > > Subject: email notification > > > > > > I'm looking for a feature in mysql where it will email me if ther are >

RE: email notification

2005-05-31 Thread jabbott
[mailto:[EMAIL PROTECTED] > Sent: May 31, 2005 6:59 AM > To: mysql@lists.mysql.com > Subject: email notification > > > I'm looking for a feature in mysql where it will email me if ther are > any changes in a particular database or table. > > -- -- MySQL G

RE: email notification

2005-05-31 Thread Philip Denno
look for information on the SMTP appender. Cheers, Philip. -Original Message- From: Jayson [mailto:[EMAIL PROTECTED] Sent: May 31, 2005 6:59 AM To: mysql@lists.mysql.com Subject: email notification I'm looking for a feature in mysql where it will email me if ther are any changes

email notification

2005-05-31 Thread Jayson
I'm looking for a feature in mysql where it will email me if ther are any changes in a particular database or table. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: FW: GWAVA Sender Notification (Spam)

2005-04-08 Thread l'[EMAIL PROTECTED]
Yes I received the same email about being a spammer. Somebody on the list told me that our email headers get rewritten and sometimes you get this email about being a spammer. Laurie At 02:29 PM 4/8/2005, Keith Ivey wrote: [EMAIL PROTECTED] wrote: This is what I call WAY OVER REACTING. *This membe

Re: FW: GWAVA Sender Notification (Spam)

2005-04-08 Thread Keith Ivey
[EMAIL PROTECTED] wrote: This is what I call WAY OVER REACTING. *This member turned my email into the spam report immediately without thinking. Now I am recieving these.* I doubt that there's any connection. It's impossible to tell for sure, but the message was probably rejected because of th

FW: GWAVA Sender Notification (Spam)

2005-04-08 Thread gunmuse
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Friday, April 08, 2005 12:51 PMSubject: GWAVA Sender Notification (Spam)  A message sent by you was blocked by GWAVA - Content protection for Novell GroupWise. The message was blocked for the following reason(s): Spam The

SQLyog with Notification Services

2004-03-31 Thread Karam Chand
Hello, Just found out that Webyog has released a RC of the latest version of SQLyog. It includes Notification Services that allows you to send formatted resultsets over email. Find more information at http://www.webyog.com/forums/index.php?s=26b105e857a24ec61d9fb5138f17070b&act=ST&f=2&am

AW: Database Update Notification

2004-01-06 Thread Anton Liebetrau
Cc: [EMAIL PROTECTED] Betreff: Database Update Notification Hi, I am trying to build an application in Java (1.4.2) which will have a notification mechanism to notify various components within the system when database changes occur. Since MySQL does not support triggers I am trying to figure out

Re: Database Update Notification

2004-01-06 Thread robert_rowe
MySQL 5.0 does support triggers. It is still alpha though. You might try using a timestamp field and polling your tables at intervals. It won't be real time but it might be close enough. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://li

Database Update Notification

2004-01-06 Thread Sashi Ramaswamy
Hi, I am trying to build an application in Java (1.4.2) which will have a notification mechanism to notify various components within the system when database changes occur. Since MySQL does not support triggers I am trying to figure out an efficient way of implementing this. How can I know

No Notification of Incompatable Change

2003-12-28 Thread Fredrick Bartlett
My application no longer works because COUNT(*) returns BIGINT in 4.1x In <4.0x it returns INT. I cannot find any notification of the change from INT to BIGINT. How can I fix this with out having recode and recompile all my applications? Thanks

Re: notification service

2003-12-02 Thread colbey
host machines). However, I have not been able to find this kind of feature (eg. a notification service) in MySQL. Can MySQL do that at all? > > Thanks. > > > - > Do you Yahoo!? > Free Pop-Up Blocker - Get it now -- MySQL General Ma

notification service

2003-12-02 Thread Jinsong Zhu
e not been able to find this kind of feature (eg. a notification service) in MySQL. Can MySQL do that at all? Thanks. - Do you Yahoo!? Free Pop-Up Blocker - Get it now

Re: notification when replication stops.....

2003-08-15 Thread walt
Tom Roos wrote: > > hi > > every now and then my replication stops. i now about this when i logon 2 the slave > and check the status. > > what is the best procedure i would follow 2 automate a notification message when > replication stops? > > i ryn mys

notification when replication stops.....

2003-08-15 Thread Tom Roos
hi every now and then my replication stops. i now about this when i logon 2 the slave and check the status. what is the best procedure i would follow 2 automate a notification message when replication stops? i ryn mysql 4.0.13 on rh linux tks

Notification

2003-06-17 Thread Dusan Kolesar
Hello, I have a problem: If there are more then one clients connected into server and one of them changes databese, how can server notify other clients that data was changed. It is important for refresh view in client program. Thanks. -- MySQL General Mailing List For list archives: http://

Table update notification - Observer Pattern

2002-08-27 Thread Willemann, Philip
Hi: If my MySQL server updates a table, does the ability exist to inform a client or clients (observers) that a table has changed. I do not want to replicate the data, I just want to know the name or names of the tables that have been updated. Thank you Phil Willemann ---