P
Paul
I'm using vs.net, clr 1.1, c# web application. I get the following error
connecting to foxpro using its oledb driver. I've tried several ways to
connect.
No error information available: REGDB_E_CLASSNOTREG(0x80040154).
[OleDbException (0x80040154): No error information available:
REGDB_E_CLASSNOTREG(0x80040154).]
[InvalidOperationException: The 'vfpoledb.1' provider is not registered
on the local machine.]
System.Data.OleDb.OleDbConnection.CreateProviderError(Int32 hr)
System.Data.OleDb.OleDbConnection.CreateProvider(OleDbConnectionString
constr)
System.Data.OleDb.OleDbConnection.Open()
Elkhorn.eCatData.Page_Load(Object sender, EventArgs e) in
j:\projects\aproject\aproject\webui\data.aspx.cs:45
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
I downloaded and installed the driver foxpro8 driver from:
http://www.microsoft.com/downloads/...58-7a94-4ae1-a59e-965869cb3bc9&displaylang=en
I don't have any verison of foxprox on the machine. I registered
vfpoledb.dll myself from the command line just to make sure.
The connection tested ok with the "Test Connection" button when I used
the designer.
I think the connection string is fine, is as on connectionstrings.com.
@"Provider=vfpoledb.1;Data
Source=C:\progra~1\aproject\data\data1.dbc;Password=;Collating
Sequence=machine";
Any ideas?
???
connecting to foxpro using its oledb driver. I've tried several ways to
connect.
No error information available: REGDB_E_CLASSNOTREG(0x80040154).
[OleDbException (0x80040154): No error information available:
REGDB_E_CLASSNOTREG(0x80040154).]
[InvalidOperationException: The 'vfpoledb.1' provider is not registered
on the local machine.]
System.Data.OleDb.OleDbConnection.CreateProviderError(Int32 hr)
System.Data.OleDb.OleDbConnection.CreateProvider(OleDbConnectionString
constr)
System.Data.OleDb.OleDbConnection.Open()
Elkhorn.eCatData.Page_Load(Object sender, EventArgs e) in
j:\projects\aproject\aproject\webui\data.aspx.cs:45
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
I downloaded and installed the driver foxpro8 driver from:
http://www.microsoft.com/downloads/...58-7a94-4ae1-a59e-965869cb3bc9&displaylang=en
I don't have any verison of foxprox on the machine. I registered
vfpoledb.dll myself from the command line just to make sure.
The connection tested ok with the "Test Connection" button when I used
the designer.
I think the connection string is fine, is as on connectionstrings.com.
@"Provider=vfpoledb.1;Data
Source=C:\progra~1\aproject\data\data1.dbc;Password=;Collating
Sequence=machine";
Any ideas?
???