Page 1 of 1

shutdown command in Firebird using Unidac

Posted: Fri 09 Oct 2015 13:53
by soyjoy
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.

Re: shutdown command in Firebird using Unidac

Posted: Mon 12 Oct 2015 11:00
by ViktorV
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

Posted: Wed 14 Oct 2015 17:19
by soyjoy
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

Posted: Tue 20 Oct 2015 10:35
by ViktorV
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

Posted: Thu 05 Nov 2015 13:28
by soyjoy
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

Re: shutdown command in Firebird using Unidac

Posted: Fri 06 Nov 2015 13:20
by ViktorV
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.