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

(e-mail address removed)
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top