临海水务:如何用VB或C++结合Access编写一个数据库程序?

来源:百度文库 编辑:神马品牌网 时间:2024/05/08 18:28:58

ADO,或者使用data等控件.....

Set pAdo = New ADODB.Connection
With
.ConnectionString= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path &"\xxx.mdb;Persist Security Info=False"
End With
pAdo.Open