How can I Install odac (From source) to my C++Builder2010

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
palunix
Posts: 1
Joined: Wed 18 Aug 2010 09:42

How can I Install odac (From source) to my C++Builder2010

Post by palunix » Wed 18 Aug 2010 09:45

can you explane how to install it to my rad studio
i tried but it does not success ,

please i want steps in details

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Thu 19 Aug 2010 12:09

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

Post Reply