According to MS, this is a known problem within the IDE. Once the application was compiled to a .exe and run outside of the IDE, the error disappeared :)
I'm opening a dBase IV file using the following code;
Dim connDBase As New ADODB.Connection
connDBase.Open "Provider=Microsoft.Jet.OLEDB.4.0;" _
& "Data Source=" & gGMDataSourcePath & ";" _
& "Extended...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.