|
esto es lo que dice el archivo de texto:
Platforms supported
· Delphi 6
· Delphi 7
· Kylix 3
· Firebird 1
· Firebird 1.5
The driver is expected to work with C++Builder 6 - any comments on this are very much appreciated.
Known issues
· NUMERIC/DECIMAL datatype mapping happens according to the Delphi 7 InterBase dbExpress driver - all fields are mapped to TFMTBCD fields - this might require you to recreate your so-called "persistent fields" on your datasets
Additional technologies supported
Fully supports the dbExpressPlus package.
Installation
To use the driver in Delphi and/or C++Builder, add the following lines to "dbxdrivers.ini". You can find this file in [program files]\Common Files\Borland Shared\DBExpress. Do note that the below lines are ini-file sections. The section "installed drivers" already exists and the line should be added. The other section should be added completely.
For Windows:
[Installed Drivers]
Firebird by Upscene Productions=1
[Firebird by Upscene Productions]
GetDriverFunc=getSQLDriverFB
LibraryName=dbxup_fb.dll
VendorLib=GDS32.DLL
Place the driver file "dbxup_fb.dll" in your application folder or the [Windows]\system32 folder. Replace the "VendorLib" parameter with whatever Firebird client library you want to use.
__________________
ronimaxh
Rep. Dominicana
|