Disabling database triggers in FirebirdClient (.Net)

Via Jiří {x2} Činčura blog:

Database triggers are a nice new feature added to Firebird in version 2.1. And as you can do a lot of stuff with them, sometimes you also might wanna to connect without firing these, especially if you made a mistake there and it’s forcibly closing your connection. :) To disable these, standard Firebird utilities have a new switches. But it boils down to the API itself, nothing magical.

And if it’s in API, it could be FirebirdClient, right? In last few days among working on other bugs and my daily responsibilities I had a time to dig into this. And now also from .NET world we can use this feature.

Libgda 4.2.13 released with Firebird support (work is in progress)

Libgda is a (relatively small) database access library: it is a
wrapper like ODBC but with more features to access several database
engines * features a meta data extractor (to know all about database
objects in a common way) comes with an SQL console application

Work is in progress for Firebird (Check the git tree). There is also a
special feature which allows one to connect to a database hidden
behing a web server (through specific PHP scripts) * LGPL licensed for
the libraries and GPL licensed for the tools.

See http://www.gnome-db.org for more information.

GdaBrowser-diagram

ps: I like the Gda Browser Relation Diagram tool

1 17 18 19 20 21 84