Delphi and database events

Delphi and Microsoft SQL Server events Database events are a very convenient way to let applications know that a certain event has occurred. Instead of having the application constantly polling the database, you get an event at exactly the right moment to let you know from the database that you need to take action. For … Continue reading Delphi and database events