Jump to content

Use tIBSQLMONITOR with UNIGUI


Luis Devis

Recommended Posts

Hi everyone,

I'm trying to use tIBSQLMONITOR with UNIGUI but it is not working.

I mean, I can drop a tIBSQLMonitor control in my MainModule where the IBDatabase is set; I can set it enabled to true and code the event ONSQL  but.. the event never launches.

Is there a way to dinamically capture the instrucctions sent by my app to the Interbase server ? (Firebird)

Thanks ☺️

Edited by Luis Devis
Forgot to say I want to be notified if any answer happens
Link to comment
Share on other sites

On 7/24/2021 at 5:46 PM, Luis Devis said:

there a way to dynamically capture the instrucctions sent by my app to the Interbase server ? (Firebird)

Thanks ☺️

Hello,

It looks like IBCAlert, wich can't  work with unigui.

Why ?

Unigui is multi-thread,  Asynchrounous environment.

These components are'nt.

As a feed back (good to know), i can say : these components consume too much ressources (on Standard Vcl). A simple look to the task manager show you something like  35% CPU !

Solution

Use instead trigers. Some think like :

http://forums.unigui.com/index.php?/topic/14772-how-can-i-receive-database-table-updates-periodically/&do=findComment&comment=81897

Regards.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...