Hello everyone. How can I give the shutdown command in Firebird database using the Unidac components?
I already have a routine that does this with the native components of InterBase , but want to use Unidac because the system is multi- data banks.
Thanks in advance.
shutdown command in Firebird using Unidac
Re: shutdown command in Firebird using Unidac
You can't execute shutdown command in Firebird database using UniDAC components, since UniDAC is a set of universal components for various database, and it has no support for some specific features of particular databases. The required functionality is supported in another our product - IBDAC.
Re: shutdown command in Firebird using Unidac
Got it. The problem is that I am migrating to Unidac the native InterBase components of Delphi 7 , as the system now will run on PostGres and also in Firebird .
Re: shutdown command in Firebird using Unidac
Instead of UniDAC, you can use PgDAC for PostgreSQL, and IBDAC for Firebird. These products support server-specific features and include additional components not implemented in UniDAC.
Re: shutdown command in Firebird using Unidac
Viktor thanks for answering. How the system will run more than one database can not use PgDAC or IBDAC separately, but I'm managing to adapt my system pa work on both banks, intercepting the providername components.
thank you
thank you
Re: shutdown command in Firebird using Unidac
If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.