Have only seen callbacks with SQLite on the PowerBASIC forum:
https://forum.powerbasic.com/forum/user-to-user-discussions/powerbasic-for-windows/37810-sqlite-query-with-callback
https://forum.powerbasic.com/forum/user-to-user-discussions/source-code/37809-very-simple-sqlite-3-5-7-e-g-with-callback#post438764
I just modify the log code on the SQLitening server and use a separate filewatcher program to monitor the SQliteningServer.log.
It is cool to see messages pop-up when people access the server or just make a sound.
Discussion of filewatcher https://forum.powerbasic.com/forum/user-to-user-discussions/programming/52280-filewatcher-discussion?t=50986
Another method might be to use SQLiteningServerMonitor.bas (see in \src folder.)
For any lurkers, SQLitening returns error messages for the helper functions which can be automatically displayed or handled by the caller at any time.
https://forum.powerbasic.com/forum/user-to-user-discussions/powerbasic-for-windows/37810-sqlite-query-with-callback
https://forum.powerbasic.com/forum/user-to-user-discussions/source-code/37809-very-simple-sqlite-3-5-7-e-g-with-callback#post438764
I just modify the log code on the SQLitening server and use a separate filewatcher program to monitor the SQliteningServer.log.
It is cool to see messages pop-up when people access the server or just make a sound.
Discussion of filewatcher https://forum.powerbasic.com/forum/user-to-user-discussions/programming/52280-filewatcher-discussion?t=50986
Another method might be to use SQLiteningServerMonitor.bas (see in \src folder.)
For any lurkers, SQLitening returns error messages for the helper functions which can be automatically displayed or handled by the caller at any time.