Page 1 of 1

ODAC and DBISAM

Posted: Sun 20 Feb 2005 10:36
by khomouda
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

Posted: Mon 21 Feb 2005 08:57
by Alex
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.