can you explane how to install it to my rad studio
i tried but it does not success ,
please i want steps in details
How can I Install odac (From source) to my C++Builder2010
Hello,
To install ODAC from source you sshould make next steps:
1. Extract source file into the default directory (your sys disk):\Program files\DEVART\ODAC
2. Go to (your sys disk):\Program files\DEVART\ODAC\Source\Delphi14\ and find file make.bat, In this file set %IdeDir% the folder where RAD Studio is installed (for example "C:\Program Files\CodeGear\RAD Studio\7.0\ ). Save and run Make.bat
3. Copy all created *.bpl file from (your sys disk):\Program files\DEVART\ODAC\Source\Delphi14\Odac to the folder where RAD Studio is installed\bin\
4. Run IDE and add path to ODAC Source (C:\Program files\DEVART\ODAC\Source\) to 'Options->Environment Options->C++ Options->Path and Directories->Include Path,
add path to ODAC Lib (C:\Program files\DEVART\ODAC\Source\Delphi14) to 'Options->Environment Options->C++ Options->Path and Directories->Library Path.
5.Add dclodac14.bpl via the Components->Install Packages menu (the folder where RAD Studio is installed\Bin\dclodac14.bpl)
that's all you need to install ODAC
To install ODAC from source you sshould make next steps:
1. Extract source file into the default directory (your sys disk):\Program files\DEVART\ODAC
2. Go to (your sys disk):\Program files\DEVART\ODAC\Source\Delphi14\ and find file make.bat, In this file set %IdeDir% the folder where RAD Studio is installed (for example "C:\Program Files\CodeGear\RAD Studio\7.0\ ). Save and run Make.bat
3. Copy all created *.bpl file from (your sys disk):\Program files\DEVART\ODAC\Source\Delphi14\Odac to the folder where RAD Studio is installed\bin\
4. Run IDE and add path to ODAC Source (C:\Program files\DEVART\ODAC\Source\) to 'Options->Environment Options->C++ Options->Path and Directories->Include Path,
add path to ODAC Lib (C:\Program files\DEVART\ODAC\Source\Delphi14) to 'Options->Environment Options->C++ Options->Path and Directories->Library Path.
5.Add dclodac14.bpl via the Components->Install Packages menu (the folder where RAD Studio is installed\Bin\dclodac14.bpl)
that's all you need to install ODAC