oracle data access compoents

Oracle Data Access Components Source Code Copyright 1997-2009, Devart. All Rights Reserved If you want that the odacvcl package does not require BDE packages, find and comment the following line in the Odac.inc file before you compile ODAC: {$DEFINE BDESESSION} In this case the TBDESession component will not be present in ODAC. There are two ways to compile and install ODAC for Windows manually. I. Using IDE Delphi and C++Builder for Win32 ----- Run your IDE and walk through folowing steps: 1) Compile DAC run-time package (dacXX.dpk) 2) For Delphi 6,7 or C++Builder 6 compile DAC GUI related package dacvclXX.dpk 3) Compile DAC design-time package (dcldacXX.dpk) 4) Compile ODAC run-time package (odacXX.dpk) 5) For Delphi 6,7 or C++Builder 6 compile ODAC GUI related package odacvclXX.dpk If you are going to create CLX applications compile OdacClx.pas unit separately. 6) Compile and install ODAC design-time package (dclodacXX.dpk) You can find these packages in SourceDelphi5*.dpk - for Delphi 5 SourceDelphi6*.dpk - for Delphi 6 SourceDelphi7*.dpk - for Delphi 7 SourceDelphi9*.dpk - for Delphi 2005 SourceDelphi10*.dpk - for Delphi 2006 SourceDelphi11*.dpk - for Delphi 2007 SourceCBuilder5*.bpk - for C++Builder 5 SourceCBuilder6*.bpk - for C++Builder 6 To compile ODAC based application add ODAC Source directory path
rar 文件大小:6.11MB