|
OpenTokens: %DB(OPEN)%
|
|
| %DB(OPEN|dbalias|filename|indexes|type|username|password)%
|
|
|
| Parameters
|
| · | OPEN required literal action code
|
| · | dbalias required literal MivaScript database alias name
|
| · | filename required literal filename of the database
|
| · | indexes optional literal filename(s) of the index files
|
| · | type optional literal database type (defaults to 'xbase3')
|
| · | username optional literal used for OpenDB databases (using the OpenDB by CopernicusLLC.com)
|
| · | password optional literal database type (defaults to 'xbase3')
|
|
|
|
|
| %DB(OPEN|NewData|newdata.dbf|newdata.mvx)%
|
|
|
| or
|
|
|
| %DB(OPEN|NewData|newdata.dbf|newdata.mvx|xbase3)%
|
| %DB(OPEN|NewSqlData|newsqldata.dbf|newdata.mvx|opendb_mysql)%
|
|
|