Questions tagged [database-events]
6 questions
4
votes
1 answer
Update another table in database using RowId's returned from database events
Handling RowID's returned as part of DB events through a listener:
class DCNDemoListener implements DatabaseChangeListener
{
DBChangeNotification demo;
DCNDemoListener(DBChangeNotification dem)
{
demo = dem;
}
…
user4414924
2
votes
0 answers
Spring boot database listener with MYSQL
Is there any way to implement a database listener with Java using MySQL as database?
Searching on Google I see that there are many solutions for Oracle with DatabaseChangeListener and DbChangeNotification, but nothing about MySQL...
I need an…

Nammen8
- 619
- 1
- 11
- 31
1
vote
1 answer
When writing to an SQLite file in AppleScript 2.2 with application Database Events
I am making an AppleScript application with AppleScript 2.2 on Mac OS X 10.7 (Build: 11A511) Lion. What my application is doing is capturing the current iTunes song and storing it if the song is different from the last one. Then I told it to take…

Clement
- 367
- 2
- 18
0
votes
2 answers
SSMS - Changing Column Values on a daily, weekly, and monthly basis
I'm still fairly new to SSMS, but I'm trying to implement a weekly and monthly leaderboard for AI characters, which will be updated daily based on the average steps value in the database, with a variance of 0.5x - 1.5x that value.
I also want to…

impo
- 747
- 1
- 11
- 37
0
votes
1 answer
Cannot implement Wikipedia sample for handling database events in FreePascal/Lazarus
For two weeks now I'm trying to implement a Firebird events handler to my 'daemon-like' program in FreePascal which has to work on Linux.
I think I have tried everything, but I still cannot register any event sent by a database (which should be…

Pi Zi
- 11
- 2
0
votes
1 answer
How to 'tell database "My Database"' using Scripting Bridge?
Following Rob Napier's Scripting Bridge tutorial, I was able to set up the generated header for the Database Events app, /System/Library/CoreServices/Database Events.app. I am now trying to use Scripting Bridge to perform the equivalent of tell…

Daniel Trebbien
- 38,421
- 18
- 121
- 193