Syntax
| SQL.ReadSetting(Appname, KeyName[, AlternateFile])
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Description
| Reads a user setting from Tradium's personal settings. Optionally, another parameter file can be specified.
| ||||||||
See Also
| |||||||||
Example
| Sub Main() MsgBox SQL.ReadSetting("SQL Server", "Catalog") ' Tradium database End Sub | ||||||||