views:

69

answers:

1

I need to export entries in a table to an .ini file. I need to set this up as a trigger that is performed each time the table is updated.

So if the fields list for the table is MessengerIPAddress, MessengerPort it would ouput [Messenger] IPAddress=fieldvalue Port=fieldvalue

A: 

You can use Firebird event

Hugues Van Landeghem