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 Properties=dBASE IV;"
When the code executes for the first time it crashes out with;
-2147467259 Selected collating sequence not supported by the operating
system
However when I re-run the code a second time it works fine.
Any ideas? (MDAC 2.7 + Jet 4.0 SP3, VB6)
TIA
Dim connDBase As New ADODB.Connection
connDBase.Open "Provider=Microsoft.Jet.OLEDB.4.0;" _
& "Data Source=" & gGMDataSourcePath & ";" _
& "Extended Properties=dBASE IV;"
When the code executes for the first time it crashes out with;
-2147467259 Selected collating sequence not supported by the operating
system
However when I re-run the code a second time it works fine.
Any ideas? (MDAC 2.7 + Jet 4.0 SP3, VB6)
TIA