I'm developing a POS system in C++ and would like to create some basic
reports using the QReport components (from package dclqrt60). I am accessing
my Firebird 1.5 database using the ibCore components - IB_Session,
IB_Connection, IB_Transaction and IB_Cursor (from package ibo40cdt_c5). From
what I have read my understanding is to acess the data for the report I need
to have it in a dataset for example a BDE TTable.
Could someone please give a C++ example of how I can get my data that is in
my IB_Cursor into a TTable component or another dataset component that could
be connected to the QReport.
Thanks