CodePudding user response:
For reference onlyDim dbconn As OleDb. OleDbConnection
Dim connectString As String
ConnectString="Provider=Microsoft. ACE. The OLEDB. 12.0. Data source=D: \ 123. Accdb;"
Dbconn=New OleDb. OleDbConnection (connectString)
Dbconn. The Open ()
CodePudding user response:
Dbconn. The Open ()It will go wrong, dbconn. The Open () itself is not wrong,
CodePudding user response:
https://blog.csdn.net/xianfajushi/article/details/89357305