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 6845763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:32:26+00:00 2026-05-27T00:32:26+00:00

When we connect to a database in ASP.NET you must specify the appropriate connection

  • 0

When we connect to a database in ASP.NET you must specify the appropriate connection string. However most other instances where data is to be specified is done within an object.

For example why couldn’t we have connection objects such as:

var connection = new connectionObject(){
   DataSource = "myServerAddress",
   IntialCatalog = "myDataBase",
   UserId = "myUsername",
   Password = "myPassword"
}

which is far better than some key/value string:

Data Source=myServerAddress;Initial
Catalog=myDataBase;UserId=myUsername;Password=myPassword;

The only reason I can think of is to allow storage in web.config, but there would be nothing stopping us storing the individual values in there anyway.

I’m sure there are good reasons, but what are they?

  • 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-05-27T00:32:27+00:00Added an answer on May 27, 2026 at 12:32 am

    Legacy, tradition but above all : flexibility.

    Try to write (or just imagine) the connectionConfig object that could handle all the MS-SQL, Oracle and (nested) ODBC configurations. And that’s only a few of the databases supporting .NET.

    Also, the main purpose of such an object would be to be serialized in a (somewhat) human-readable form.

    So XML is an alternative, a fixed (set of) objects is not.

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

Sidebar

Related Questions

I am trying connect to MySQL database from ASP.net code. some my connection is
Is it possible to connect to a SQL Server Express 2008 database in ASP.NET
Hai guys, how to connect to a sql server database in asp.net mvc ...
I am designing a typical ASP.NET site which will connect to database to retrieve
I am working on ASP.NET application. I try to connect to database in Adaptive
How do I connect to the database(MYSQL) in connection bean using JSF to retrieve
While trying to connect to a database that's set to read only, the connection
So I'm trying to connect to my database at the specified location, and the
I have created a simple members database in ASP.NET with login and create account
I am developing an asp.net mvc 2 web application. My clients will most likely

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.