Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
oracle database access object 6.9.57
no vote
Oracle database access object 6.9.57 full source code, had written to compile and use it. Practical 2007/2010/XE, version 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 and higher 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 and higher compile ODAC GUI related package (odacvclXX.dpk) If you are going to create CLX applic
zdrone
2016-08-23
0
1
No more~