Hi,
I'd like to set up a trigger on a table, for INSERT, and when the insert happens, I want to perform some operation.
Thing is, I'll have my APP open, with an open connection to the database/pooling.
How or is it possible to have, or exists in the .NET driver, something that fires when the trigger fires on the MySQL side via the open connection?
I'd like to set up a trigger on a table, for INSERT, and when the insert happens, I want to perform some operation.
Thing is, I'll have my APP open, with an open connection to the database/pooling.
How or is it possible to have, or exists in the .NET driver, something that fires when the trigger fires on the MySQL side via the open connection?