visual foxpro database and frontpage 2003 aspx

M

miles sandin

I am trying to use oledb to connect to a VFP database/table in fp2003 using
aspx.

I receive error 0x800a0e7a which translates (0e7a) to error 3706 which
states "adErrProviderNotFound", "Provider cannot be found." I have tried
provdier names of "vfpoledb" and "vfpoledb.1"

Anyone been here before or have any thoughts?

Do I need to use hard coding to create the connection string and forget
about the built in stuff from MS?

miles

[email protected]
 
K

Kevin Spencer

Here is a URL to a great place to find Connection Strings:

http://www.connectionstrings.com/

However, the error you're receiving indicates that the provider is not
found. Are you sure that you have the VFP OLE DB driver installed?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
Top