OLEDB Provider in Windows 2003.

  • Thread starter Thread starter DBLWizard
  • Start date Start date
D

DBLWizard

Howdy All,

I am trying to use the OLEDB Pervasive driver with .net 2003 on a
windows 2003 server. I find articles that say that the provider is
installed with the 1.1 framework but I don't have it on this box. Can
anybody tell me if there is something I need to do to be able to use
it?

Thanks

David Logan
 
Hi,

OleDb managed provider is installed. To access a specific database you'll
need either database's oledb provider (to use with .net's OleDb provider) or
..net managed provider (to use as .net native provider, such as SqlClient).
 
You are not telling me anything I didn't know. Maybe I didn't make my
self clear. From what I can read the "Pervasive" OLEDB provider is
supposed to be included in the 1.1 framework, but I can't find it. I
also can not find any download or install to install it.

I know there is a .net Native Pervasive component but that doesn't work
for me because it drives a significant amount of coding changes.

Thanks

dbl
 
dbl said:
You are not telling me anything I didn't know. Maybe I didn't make my
self clear. From what I can read the "Pervasive" OLEDB provider is
supposed to be included in the 1.1 framework, but I can't find it.

I am telling you that there is no Pervasive OLEDB provider included in .net
framework 1.x or 2.0 setup. Perhaps I didn't make myself clear ;-)

I
also can not find any download or install to install it.

Did you ask Pervasive support if the provide an oledb provider?
 
Back
Top