Method: OpenStore for DataPlugin
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Methods > Method: OpenStore for DataPlugin
Method: OpenStore for DataPlugin
Uses a specified DataPlugin to open a data store.
Set oStore = Object.OpenStore(PluginParameter, Plugin, [ConfigFile])
| Object | DataPlugin Object with this method |
| PluginParameter | String Specifies the name of a data file with the filename extension and the path. |
| Plugin | String Specifies the name of the DataPlugin that opens the data store. |
| [ConfigFile] | String Specifies the configuration file with the extension .stp, which contains the search path to be used. |
| oStore | Store Returned object |
The following example opens a data store:
Dim oMyStore Set oMyStore = OpenStore("C:\Program Files\..\Demo.atf","ATFX")