Page 1 of 1

Is there conversion of c++ builder 6 example-MASTAPP to ibdac component ?

Posted: Wed 19 Dec 2007 04:18
by Dragon Gate
I am newbie to C++ builder 6 and ibdac.
I looked at c++ builder 6 example-mastapp, and it is a complete example of using bde in c++ builder 6, is there any example in ibdac that as complete as mastapp ?

Thank you
Dragon Gate

Posted: Wed 19 Dec 2007 10:26
by Plash
There are two demos for C++Builder in IBDAC. The first demo shows openning and executing a queries using TIBCQuery component. This demo is located in \Demos\Miscellaneous\CBuilder.

The second demo shows using TVirtualTable component. It is located in \Demos\Miscellaneous\VirtualTableCB.

IBDAC also contains general demo that demonstrates using all IBDAC components. But it is written on Delphi. It is located in \Demos\IbDacDemo.