香港值得带的婴儿药品:如何用VB或C++结合Access编写一个数据库程序?

来源:百度文库 编辑:高校问答 时间:2024/04/29 18:35:35

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