Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8465789
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T15:09:01+00:00 2026-06-10T15:09:01+00:00

When I instantiate a SqlConnection object in ADO.Net, then does this code result in

  • 0

When I instantiate a SqlConnection object in ADO.Net, then does this code result in the execution of corresponding DbProviderFactory code ? So when the code in block 2 is executed by, then we actually end up executing code in block 1. But I am not sure if this is true.

CODE BLOCK 1 – Instantiate a SqlConnection using DbProviderFactory approach

DbProviderFactory factory =
DbProviderFactories.GetFactory(providerName);

connection = factory.CreateConnection();
connection.ConnectionString = connectionString;

CODE BLOCK 2 -Instantiate a SqlConnection using standard ADO.Net code

SqlConnection con = new SqlConnection(connectionString);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T15:09:03+00:00Added an answer on June 10, 2026 at 3:09 pm

    I had a look at some .net Framework assemblies and found the following

    DbProviderFactories.GetFactory(providerName) will return an Factory object according to the given providerName.
    Let’s assume providerName indicates an SQL Provider so we will get an SqlClientFactory.

    Afterwards factory.CreateConnection() will be called. In this case SqlClientFactory.CreateConnection() will be called which is implemented as

    public override DbConnection CreateConnection()
    {
        return new SqlConnection();
    }
    

    I think the answer to your question is that calling the factory methods will call the methods of the provider specific classes and not the other way round!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I instantiate an object in Javascript like this: var myObj = new
Could somebody take a quick peek at my ado.net code? I am trying to
how can i instantiate another class object from a class instance? in the code
I understand that if I instantiate a SqlConnection object, I am really grabbing a
Can VBA code instantiate and use .NET objects? The specific class I'm interested in
I want to instantiate a new java ThreadPoolExecutor with this piece of code: public
I instantiate an object like this: ( I mean to say object when I
I instantiate the HttpWebRequest object: HttpWebRequest httpWebRequest = WebRequest.Create(http://game.stop.com/webservice/services/gameup) as HttpWebRequest; When I post
Why does my Instantiate function not create a 'Blank' instance of That? I have
Is it ok to instantiate an object in a View before passing it to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.