Opens the connection to the database.
[Visual Basic]
Public Function Open() As Boolean
[C#]
public bool Open();
Return Value
Returns true if successful; otherwise false.
Example
How to open the connection to the database.
dbData.Open()
dbData.Open();
See Also
AwDbData Class | Asterworld.Data Namespace