Thomas Bandt

Über mich | Kontakt | Archiv

Creating an ADO.NET Universal Data Wrapper

"ADO.NET is equipped with many providers -- OLEDB, SqlClient, OracleClient and OdbcClient. Database vendors also supply providers, i.e Oracle's ODP.NET. Applications usually target a specific database with hard-coded provider-specific ADO.NET calls. However, there are many cases where it would be ideal to write a single reusable class that utilizes a variety of ADO.NET providers without code duplication. In these cases, the code knows which ADO.NET provider to use at runtime. Writing a single ADO.NET class that can support any ADO.NET provider at runtime is the focus of this article."

Und hier, bevor ich's vergesse ;-), der Link zum Artikel: http://www.15seconds.com/issue/040127.htm

Wurde mir soeben von Andreas empfohlen.

Kommentare

  1. Alex schrieb am Donnerstag, 20. Mai 2004 00:21:00 Uhr:

    Wo gehts denn zum Artikel? ;-)
  2. Thomas schrieb am Donnerstag, 20. Mai 2004 00:26:00 Uhr:

    ahhh... verdammt! ;-)


« Zurück  |  Weiter »