Results 1 to 2 of 2

Thread: MYSQL Triggers??

  1. #1
    Join Date
    May 2006
    Posts
    33
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default MYSQL Triggers??

    I am building a Qt/MySQL application that will visualize data stored in a MySQL database. The app now works as a post-process application (ie a simulation runs, dumps all of its data to database, and then my app visualizes the data). We want to make the app into a real-time visualizer. Is there a mechanism in MySQL that can send a message when a table/column has a record added/updated (ie time is changed, position has updated)?? My observers of my platforms need to be updated when their data has changed. I've read some on MySQL Triggers/Stored Procedures, but not sure if this is the right approach. Any help here would be greatly appreciated.

  2. #2
    Join Date
    May 2006
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: MYSQL Triggers??

    Well, as far as i know, there isn't a such function. I used to make a Sql-query every some seconds (15 secs).

Similar Threads

  1. Qt and MySQL Database Connection
    By shamik in forum Qt Programming
    Replies: 41
    Last Post: 6th October 2006, 12:48
  2. MySql plugin driver issues
    By stevey in forum Installation and Deployment
    Replies: 11
    Last Post: 20th September 2006, 13:45
  3. Qt 4.1.4 & Mysql 5 on Linux x64
    By bothapn in forum Installation and Deployment
    Replies: 7
    Last Post: 4th August 2006, 13:23
  4. Qt 4.1 OS on Windows & mysql
    By neeko in forum Installation and Deployment
    Replies: 10
    Last Post: 31st January 2006, 20:22

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.