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>
Elementary VBScript Tutorial

14049 times of learning

Collection
Intermediate JSON and AJAX principles and practice

5560 times of learning

Collection
Intermediate bootstrap framework basic course

9691 times of learning

Collection
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!