ODAC and DBISAM

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
khomouda

ODAC and DBISAM

Post by khomouda » Sun 20 Feb 2005 10:36

I have a large application that I built using DBISAM C/S, I need to make a verison that will connect to Oracle to just get the main master table data as read only (I don't need to alter this table from this application as it is written and editted elsewhere), so how can integrate dbisam and ODAC
thanks

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 21 Feb 2005 08:57

You can retrieve data from Oracle with TOraQuery (TSmartQuery) and TOraSession components, than you can use this data as you need. For more info see ODAC help and demo projects.

Post Reply