Dim CON As New OleDb.OleDbConnection(StnStr)
CON.Open()
I receive the following error message in the output window:
The program '[3660] UpdateCrgs.vshost.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.
What can this mean?
In other projects it seems fine, why in this project am I getting this message?
Microsoft AccessMicrosoft ApplicationsVisual Basic Classic
StnStr = "Provider=MSDataShape;Data Provider=Microsoft.Jet.OLE
https://msdn.microsoft.com/en-us/library/ms254500(v=vs.110).aspx
Are you sure that the MSDataShape provider is in use with an .mdb data source?
And are you sure you want to carry on with that, as it seems that MS is deprecating it?
https://msdn.microsoft.com/en-us/library/ms676105(v=vs.85).aspx