Connections.Create (gb.db)
Since 3.7
Static Function Create ( Name As String ) As Connection
Return a
Connection object defined in the IDE, and initialize it.
-
Name : the name of the connection defined in the IDE.
The database defined by the connection object is created if it does not exist.
The database tables and indexes are created and initialized from the internal template description
associated with the connection.