Firebird and Delphi XE
Can anyone explain what the default requirements are for Firebird on Delphi-XE and 64bit windows ?
From what I understand, you need fbclient.dl开发者_StackOverflowl and the dbxfb.dll (with both being in app path or c:\windows\syswow64 ????)
Is there anything else needed ? (other than the service running if not using embedded) ?
Also does dbexpress work with fbembedded.dll ??
Any info on Firebird/DelphiXE/dbExpress appreciated.
Thanks
On Windows x64 you can:
- install 32bit or x64 server software.
- install 32bit fbclient.dll, because Delphi XE is a 32bit application.
- install 32bit fbembed.dll, because Delphi XE is a 32bit application.
dbExpress should work with fbembed.dll. You need to set
VendorLib=fbembed.dll
For the server side you will need: DbxCommonDriver160.bpl Dbxfb.dll DBXFirebird Driver160.bpl fbclient.dll
Hope this helps.
精彩评论