Open
Previous Top Next

Opens a connection to the specified database file.
The file will be created if it does not exist.
Syntax: Open (ConnectionString As String)
ConnectionString - Must be of the following syntax: Data Source = yourfile.

Example:
Con.Open("Data Source = " & AppPath & "\Northwind.sl3")