Subject | Re: How to Identify 64 bit firebird |
---|---|
Author | mariuz |
Post date | 2011-05-04T08:55:23Z |
--- In firebird-support@yahoogroups.com, Philippe Makowski <makowski@...> wrote:
on my ubuntu 64 will give :
fbsvcmgr service_mgr -user sysdba -password masterke -info_implementation | grep 64
Server implementation: Firebird/linux AMD64
>Tested on my ubuntu and indeed it works
> 2011/4/28 robert.gilland <robert.gilland@...>
> > I have a requirement to Identify whether a Firebird system is 64 bit or not, in order to know whether to deploy a 64 bit UDF or a 32 bit UDF. Is there any thing to give the correct information here.
> > I am hoping to be able to use the "IBO Admin" Component suite for Delphi to Identify this information.
> try :
>
> fbsvcmgr service_mgr -user sysdba -password masterke
> -info_server_version -info_implementation
>
> see : http://firebirdsql.org/rlsnotesh/rlsnotes210.html#rnfb210-util-svcs
>
on my ubuntu 64 will give :
fbsvcmgr service_mgr -user sysdba -password masterke -info_implementation | grep 64
Server implementation: Firebird/linux AMD64