This topic provides basic steps to connect the OLE DB provider to a Historian server so that you can import the data. For instructions specific to a
client, refer to:
To connect an OLE DB client to a local Historian server, run the following
command:
Provider=iHOLEDB.iHistorian.1
To connect an OLE DB client to a remote Historian server, run the following
command:
Provider=iHOLEDB.iHistorian.1;PersistSecurity Info=False;
USER ID=[<Historian server username>];
Password=[<Historian server password>];
Data Source=[<network name of your Historian server>]