up vote 0 down vote favorite
share [g+] share [fb]

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

link|improve this question
feedback

1 Answer

You can use Firebird event

link|improve this answer
feedback

Your Answer

 
or
required, but never shown