Purpose | The <dbopen> statement is used to open a created connection to a database. This first implementation of the Superx++ run-time engine for Microsoft Windows uses an ODBC connection for this. | |||
Format |
<dbopen name="{conn name}" />
{conn name} |
the name of the connection object to be opened |
|
|
Example #1 |
<dbopen name="MyDbConn" /> Opens a database connection called MyDbConn that was created using the <dbconnect> statement. |