What does the parameter Initial Catalog define inside
Connection String?
Answer Posted / santhi
IN connection string for defining the database name we use the Initial Catalog As below:
<add name="sqldb"
connectionString="Data Source=sp-pc-45;Initial Catalog=TMS;User ID=santrhu;Password=123456" providerName="System.Data.SqlClient"/>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the signature of a method?
What is private constructor c#?
What is a helper method in c#?
What is singleordefault c#?
Define Abstract Class in C#
what is a destructor?
Which sorting algorithm is best?
4. Describe the process when we send a request URL? And who is responsible for that?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What is console writeline in c#?
What is string programming language?
Which namespace is required to implement trace ?
Is javascript harder than c#?
How to implement an object pool in c#.net.
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?