Re: Information for writing an ADO.NET 2.0 Data Provider by Mark
Mark
Tue Feb 07 08:59:28 CST 2006
Hi Bill,
I need read-only access to legacy data in RMS indexed files on OpenVMS, for
use in our reengineered products. Yes, there are third-party ODBC drivers
for OpenVMS, but they have significant cost, performance and setup effort
implications. Through our work in providing web services on our legacy
systems, I already have the means to access the required data from Windows
in the form of xml documents, so presenting that data through an ADO.Net
provider should not be too difficult. Also, doing it this way means that we
don't have to compromise the design of the reengineered products at all.
Regards,
Mark
"William (Bill) Vaughn" <billvaRemoveThis@nwlink.com> wrote in message
news:eFXtKfcKGHA.2040@TK2MSFTNGP14.phx.gbl...
> What data source do you need to access that does not have a managed
> provider, an ODBC driver or OLE DB provider?
>
> --
> ____________________________________
> William (Bill) Vaughn
> Author, Mentor, Consultant
> Microsoft MVP
> INETA Speaker
> www.betav.com/blog/billva
> www.betav.com
> Please reply only to the newsgroup so that others can benefit.
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> __________________________________
>
> "Mark Itzcovitz" <mark.itzcovitz@vista.nospam.com> wrote in message
> news:u$Ysiz$JGHA.1124@TK2MSFTNGP10.phx.gbl...
>>I am in the process of writing an ADO.NET 2.0 Data Provider but I'm
>>finding the lack of documentation is making the process rather slow. Can
>>anyone suggest any sources of information?
>>
>> Thanks,
>>
>> Mark
>>
>
>