tags:

views:

294

answers:

1

Old subject, combined with new tools: What would be the best/appropriate way to query data for a web application from an AspenTech IP21 (InfoPlus.21) data historian?

In the past, I've used some pretty awful queries via the Aspen SqlPlus ODBC driver, but that doesn't seem like the right approach, as it doesn't seem to install on Win 7 at all.

Anyone here have experience with that?

A: 

Hi Jim, I was wondering if you had any luck. I am currently trying to query data from an Aspen SqlPlus server from excel using vba and although i can get the data it takes forever to run a simple query.

Noah
Nothing I've ever seen that queries via the ODBC connector to IP21 has ever been fast! I think that's the price of making a historian look like a relational database to outside code.Since 2002, I've used various queries via the old Microsoft ODBC driver for .Net, later the System.Data.ODBC provider. All of the queries have been built up in code and sent that way. Since I had to do joins on the Timestamp field, it was just painfully slow.I was mainly throwing the question out there as I'd come across some old code, and wanted to know if anyone had a better approach to the solution.
reallyJim