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

14537 times of learning

Collection
ElementaryHTML+CSS basics and practice

2849 times of learning

Collection
ElementaryIssue 9_Front-end Development

20121 times of learning

Collection