Please Help with Setup and OleDbDataReader

  • Thread starter Thread starter max
  • Start date Start date
M

max

How do I install or make sure I have the correct Provider for
OleDbDataReader. On my development machine (XP Pro, SP2, VS.net 2k3)
everything works and I have the 'VFPOLEDB.1' provider available. How do I
a) make sure this provider is provided and installed in my setup package or
b) get the correct provider on the machine that the app is installed??

Thanks,
 
Max,

In my opinion are you talking about a part of the framework, as everything
else what is DotNet and referenced from the System or from the
Microsoft.VisualBasic namespace.

Cor
 
Thanks, I ask in the dotnet.datatools. As an aside the connection is
System.Data.OleDb.OleDbConnection and provider is part of the connection
string. Can you enumerate the 'Providers' that are available on a
particular machine, or as I was hoping, is there a way to install the
provider you need with the deployment.

Thanks for responding.
--
Max
(e-mail address removed)
Cor Ligthert said:
Max,

In my opinion are you talking about a part of the framework, as everything
else what is DotNet and referenced from the System or from the
Microsoft.VisualBasic namespace.

Cor
 
Max,

When the framework is installed that would not be needed.

Cor
Thanks, I ask in the dotnet.datatools. As an aside the connection is
System.Data.OleDb.OleDbConnection and provider is part of the connection
string. Can you enumerate the 'Providers' that are available on a
particular machine, or as I was hoping, is there a way to install the
provider you need with the deployment.

Thanks for responding.
 
So does that mean that all I have to do is to make sure that .Net is
installed prior to deploying my program?

Thanks again,
--max
 

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

Back
Top