<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > ADODB > ADODB Module Classes > ADODB_Connection |
ADODB Connection Class
The ADODB Connection Class is used to create an open connection to a data source.
Through this connection, you can access and manipulate a database.
If you want to access a database multiple times, you should establish a connection using the Connection object.