Home > Net >  Visual Studio 2013 (VB.net), passing a great god, can you give me a link to access files in the sour
Visual Studio 2013 (VB.net), passing a great god, can you give me a link to access files in the sour

Time:09-26

Passing everybody a great god help provide a link to access the file (accdb file) source, want to learn, thank you very much,

CodePudding user response:

For reference only

Dim 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
  • Related