My query is referred to connect Java with the Historian database, is it done through an ODBC? What would? or how is it done? Thank you very much already.
My query is referred to connect Java with the Historian database, is it done through an ODBC? What would? or how is it done? Thank you very much already.
It seems that it is with the help of an OLE DB.
The same Historian page offers an example:
Connecting to the OLE DB Provider
To connect an OLE DB client to a Historian server on a local connection (both software packages are on the same PC), all that is required is the following line:
Provider=iHOLEDB.iHistorian.1
To connect an OLE DB client to an Historian Server on a remote PC, the following string should be used:
Provider=iHOLEDB.iHistorian.1;Persist Security Info=False;USER ID=[Username];Password=[Password];Data Source=[Target];Mode=Read