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 delegates in c#?
how to implement a web service in .net
Explain briefly the difference between value type and reference type?
What do you mean by streamreader/streamwriter class in c#?
Explain the difference between class and interface in .net?
Is list ienumerable c#?
Is arraylist generic in c#?
Is c# easier than javascript?
What are the collection types can be used in c#?
What is remote data?
What is difference between ienumerable and iqueryable in c#?
What is or operator in c#?
What is difference between ienumerable and enumerable in c#?
what are the different ways a method can be overloaded?
Can we inherit a private class in c#?