ADO.NET

Last post 05-11-2008 11:47 AM by albertpascual. 1 replies.

Sort Posts:

  • ADO.NET

    05-11-2008, 8:35 AM

    to covert .net project from as a sql server back end to oracle back end . what r things i need to consider for 3 tier architecture?wht about oracle connection pooling in oracle  we need almost 3000 connections for our database.........plz reply to my question as early as possible......  

  • Re: ADO.NET

    05-11-2008, 11:47 AM

    ADO.NET is really good at managing the providers, so SQL or ORACLE won't make a difference on the design, if you designed the app to be working in SQL, by changing the provider won't change how to design. I would recommend to use the using{} to clean up your connections and make sure they are all back to the pools after using them

    Cheers
    Al
    My Blog
    GeoTwitter.NET
    Please click on 'Mark as Answer' if this post answered your question!
Page 1 of 1 (2 items)