Installation instruction
Automatic installation
-
Before installing IBProvider you should install InterBase SQL Server client first. At the minimum there must be gds32.dll in the system directory.
-
To install IBProvider unpack the file IBProvider_XXX.zip into a separate directory. Copy the files IBProvider_XXX.wXX into this directory.
-
Run IBProvider_XXX.exe.
-
In the appeared window choose "I Agree" and press "Next>".
-
Then choose the directory in which the following disrtibutive components will be installed:
-
IBProvider help;
-
Samples;
-
C++ Client Library,
or use the directory set by default and press "Next>".
-
Module selection. The "optimized" module takes more place on your hard disk, but has more productivity than the "normal". Choose the nesessary and press "install".
-
After the installation the label "IBProvider_help" will appear on the desktop.
Manual installation v1/v2
-
Install InterBase SQL Server client. Verify the occurence of "gds32.dll" in Windows system directory.
-
Copy cc3250mt.dll and _IBProvider_xxx.dll into Windows system directory.
-
Execute the command: regsvr32 _IBProvider_xxx.dll and register the provider.
Manual installation IBProvider v3
-
Registration of IBProvider v3 does not require pre-installed client for InterBase/Firebird.
-
If you has _IBProvider_v3_xxx.dll assemblies. Copy _IBProvider_v3_xxx.dll and cc3250mt.dll into Windows system directory.
-
If you has _IBProvider_x3_xxx.dll assemblies. Create separate catalogue and copy in it the _IBProvider_x3_xxx.dll, msvcp80.dll, msvcr80.dll, Microsoft.VC80.CRT.manifest.
-
Execute the command: regsvr32 _IBProvider_xxx.dll and register the provider.
|