sdpsc
Technical User
- Feb 10, 2001
- 76
How do I get a FoxPro DBF file to work with ASP? I have the following connection string working with an Access MDB:
strConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("cooproductions.mdb")
What does the provider part need to be to work with a DBF? Thanks!
strConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("cooproductions.mdb")
What does the provider part need to be to work with a DBF? Thanks!