heavymetalharry
Programmer
I am trying to a Dbase file with a .CDB extension using MS VB2008.
If I change the extension to .DBF everything works fine. I must retain the .CDB extension.
The connection string I am using is:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=;.
I am told the "Microsoft.Jet" engine will only recognise .DBF
Is there any other connection string I could use ?
If I change the extension to .DBF everything works fine. I must retain the .CDB extension.
The connection string I am using is:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=;.
I am told the "Microsoft.Jet" engine will only recognise .DBF
Is there any other connection string I could use ?