shutdown command in Firebird using Unidac

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
soyjoy
Posts: 13
Joined: Fri 09 Oct 2015 13:41

shutdown command in Firebird using Unidac

Post by soyjoy » Fri 09 Oct 2015 13:53

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.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: shutdown command in Firebird using Unidac

Post by ViktorV » Mon 12 Oct 2015 11:00

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.

soyjoy
Posts: 13
Joined: Fri 09 Oct 2015 13:41

Re: shutdown command in Firebird using Unidac

Post by soyjoy » Wed 14 Oct 2015 17:19

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 .

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: shutdown command in Firebird using Unidac

Post by ViktorV » Tue 20 Oct 2015 10:35

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.

soyjoy
Posts: 13
Joined: Fri 09 Oct 2015 13:41

Re: shutdown command in Firebird using Unidac

Post by soyjoy » Thu 05 Nov 2015 13:28

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

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: shutdown command in Firebird using Unidac

Post by ViktorV » Fri 06 Nov 2015 13:20

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.

Post Reply