Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: ADO.NET

Re: ADO.NET

From: Jarl Hermansson <jarl_at_mimer.com>
Date: 17 Mar 2004 13:06:35 GMT
Message-ID: <Xns94AF90B483E92jarl@213.163.128.165>


alfredo_at_ncs.es (Alfredo Novoa) wrote in news:e4330f45.0403170305.dda2709 @posting.google.com:

> Hello,
>
> I would like to know your opinion about which are the biggest flaws
> and mistakes of ADO.NET.

The major disadvantage is that applications are locked to the database with which it is compiled, i.e. its not possible to switch to another database without changing and recompiling the application.

To avoid this DBMS dependence, the Mimer Provide Manager can be used to achieve transparent database access to different underlying ADO.NET data providers.

Check out http://sourceforge.net/projects/mimerpm/ for more info.

Regards,
Jarl Received on Wed Mar 17 2004 - 07:06:35 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US