Home > Topic List > How to connect vb to access database

How to connect vb to access database

vb connection access database method: 1. Use ADO connection, first import the System.Data.OleDb module, then define a connection string, then create an OleDbConnection object and use the Open() method to open the connection; 2. Use DAO connection, first import Microsoft.Jet.OLEDB module, then define a connection string, then create a JetConnection object and use the Open() method to open the connection.

Related courses More >
ElementaryVBScript Tutorial

14344 times of learning

Collection
ElementaryIssue 14_PHP Programming

11182 times of learning

Collection
ElementaryIssue 16_PHP Programming

14946 times of learning

Collection