DIAdem Help

Method: ConnectDataStore for Navigator

  • Updated2024-09-12
  • 2 minute(s) read

Method: ConnectDataStore for Navigator

Opens a connection to an ASAM data store without using the user interface. You specify the ASAM data store by its name.

Set oDataStore = Object.ConnectDataStore(Name)
ObjectNavigator
Object with this method
NameString
Specifies the name of the data store.
oDataStoreDataStore
Returned object

The following example opens the connection to the ASAM Browse Settings Example:

VBScriptPython

 

Dim oMyDataStore
Set oMyDataStore = Navigator.ConnectDataStore("ASAM Browse Settings Example")