resource db_open_database (string database [, string path [, string username [, string password]]])
Opens an existing database or creates a new one. If the database is not found, it will be created and opened.
Arguments
database is the name of the database to be opened.
path is an optional URL or path to the database.
username and
password are
optional parameters to grant access to the database.
Result
The result will be a database resource if successful or NULL
otherwise.
Example
|
See also