Upgrade from ODAC 5 to ODAC 6 - C++ Builder 5

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
benkedon
Posts: 28
Joined: Tue 15 May 2007 12:27

Upgrade from ODAC 5 to ODAC 6 - C++ Builder 5

Post by benkedon » Tue 15 May 2007 13:04

Could someone please remind me how to do this, safely ? Thanks.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 15 May 2007 14:46

There are no known problems with upgrading from ODAC 5 to ODAC 6. Just perform the following steps:
- uninstall ODAC 5;
- install ODAC 6;
- change the Library and Include search paths of your project to directory with ODAC 6, if it's needed;
- rebuild your project.

Post Reply