Re: [firebird-support] Moving DB from 32 bits to 64 bits

2017-11-14 Thread m_brahi...@yahoo.fr [firebird-support]
Yes exactly and thanks again ! 



Re: [firebird-support] Moving DB from 32 bits to 64 bits

2017-11-14 Thread Thomas Steinmaurer t...@iblogmanager.com [firebird-support]
> I am only using some functions from the ib_udf.dll which is installed in 
> the \Firebird\Firebird_3_0\UDF  and have built a little functions 
> calling functions of that dll there is no problem I suppose ?

If you are talking about a PSQL-based stored function (new feature in 
3.0), then you are right, this won't be a problem.


-- 
With regards,
Thomas Steinmaurer
http://www.upscene.com/

Professional Tools and Services for Firebird
FB TraceManager, IB LogManager, Database Health Check, Tuning etc.


Re: [firebird-support] Moving DB from 32 bits to 64 bits

2017-11-14 Thread m_brahi...@yahoo.fr [firebird-support]
I am only using some functions from the ib_udf.dll which is installed in the 
\Firebird\Firebird_3_0\UDF  and have built a little functions calling functions 
of that dll there is no problem I suppose ?

Re: [firebird-support] Moving DB from 32 bits to 64 bits

2017-11-14 Thread m_brahi...@yahoo.fr [firebird-support]
I am already under FB3 and I am only planning in case I will move to 64 bits 
server
Thank you very much for these informations

Re: [firebird-support] Moving DB from 32 bits to 64 bits

2017-11-14 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Wednesday, November 15, 2017, 5:54:05 AM, m_brahi...@yahoo.fr wrote:

> I would like to know please, if we can use a DB in win64 but built
> under win32 . The client app is built with delphi 32 bits so the
> clients will connect to that DB in 64 bits. Is it possible ? Thanks
>   
1. Your database should be fine if moved from win32 to win64.  It is
recommended that you back up the database on the old platform with
gbak and restore it with gbak on the new. as a good housekeeping
measure.

2.  Firebird servers don't care whether the client is 32-bit or
64-bit.

2.  Clients must use the fbclient.dll that matches the bitness of the
*application*.  If your database is going to be restored for use under
Fb3 then you will need to download the win32 zip kit and extract the
32-bit fbclient.dll from it.  In the Fb2.5 win64 kit, there should be
a copy of the 32-bit client in the system32 subdirectory.  I don't
know why it is omitted from the Fb3 kits.

Helen



Re: [firebird-support] Moving DB from 32 bits to 64 bits

2017-11-14 Thread 'livius' liviusliv...@poczta.onet.pl [firebird-support]
Hi,

bitness of the server does not matter only bitness of client library 
(fbclient.dll).
Client library bitness must be the same as your application.

regards,
Karol Bieniaszewski

From: m_brahi...@yahoo.fr [firebird-support]
Sent: Tuesday, November 14, 2017 5:54 PM
To: firebird-support@yahoogroups.com
Subject: [firebird-support] Moving DB from 32 bits to 64 bits


Hello,

I would like to know please, if we can use a DB in win64 but built under 
win32 . The client app is built with delphi 32 bits so the clients will 
connect to that DB in 64 bits. Is it possible ? Thanks




Posted by: m_brahi...@yahoo.fr



[firebird-support] Moving DB from 32 bits to 64 bits

2017-11-14 Thread m_brahi...@yahoo.fr [firebird-support]
Hello,
 

 I would like to know please, if we can use a DB in win64 but built under win32 
. The client app is built with delphi 32 bits so the clients will connect to 
that DB in 64 bits. Is it possible ? Thanks