圣经创世纪1一50章分析:如何用VB或C++结合Access编写一个数据库程序?

来源:百度文库 编辑:高考问答 时间:2024/07/08 14:39:50

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