Subject | Re: [firebird-support] Re: 64-bit server/32-bit application |
---|---|
Author | Fabiano Kureck - Desenvolvimento SCI |
Post date | 2015-03-06T13:38:14Z |
64bit server must use 64 bit dll.
32bit server must use 32 bit dll.
Clients doesn't use UDF directly. If you have a 32 bit client you must use 32bit fbclient.dll. If you have a 64 bit client you must use 64bit fbclient.dll
32bit server must use 32 bit dll.
Clients doesn't use UDF directly. If you have a 32 bit client you must use 32bit fbclient.dll. If you have a 64 bit client you must use 64bit fbclient.dll
On 06/03/2015 10:34, jakefeed@yahoo.com
[firebird-support] wrote:
Thank you for the responses.
The application and stored procedures utilize a UDF.dll. Does this need to change? Does it need to be compiled as a 64-bit .dll for the server, but remain 32-bit on the clients?