I have an older application based on OI 4.1.3 and I would like to access the data for post processing and reporting. An ODBC driver would be perfect but from what I can tell the current ODBC driver only works with OI ] 7.1. What is the best way to access the data for a OI 4.1.3 based application?
Thanks,
Brett
Have you looked at the data warehousing features to export the data to SQL tables? It should allow you to reference the data from your regular data source.
I don't know much about the data warehousing features but from the little I've read my application would need to be deployed with some sort of data warehousing feature enabled. I only have an application which doesn't seem to provide any sort of full table dump so I was wondering if I could bypass the application and access the database tables directly.
If I could export the data to SQL tables then that would be just as good.