TheWizardofInt
Well-known member
This worked in VB6 ADO, and now I need it to work in ADO.Net for my ASP.Net page
myconnection = new oledbconnection("Driver={Microsoft dBase Driver (*.dbf)};SourceType=DBF;DBQ=c:\apps\gm57\common;SourceDB=c:\apps\gm57\common\;Exclusive=No")
It needs a provider, and the "Provider=Microsoft.Jet.OLEDB.4.0; statement doesnt cut it
Anyone been down this road before?
Thanks!
myconnection = new oledbconnection("Driver={Microsoft dBase Driver (*.dbf)};SourceType=DBF;DBQ=c:\apps\gm57\common;SourceDB=c:\apps\gm57\common\;Exclusive=No")
It needs a provider, and the "Provider=Microsoft.Jet.OLEDB.4.0; statement doesnt cut it
Anyone been down this road before?
Thanks!