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 overriding in c#?
Can you specify an access modifier for an enumeration?
Is as operator in c#?
What are the differences between system.string and system.text.stringbuilder classes?
Can I define my own exceptions?
Which are the loop types available in c#?
What is iformatprovider in c#?
In dynamic link library, which api is used for load library?
What is difference between array and arraylist in c#?
Is c# queue thread safe?
What is cookies in c# asp net?
who is a protected class-level variable available to?
Assembly Code. in Rejester AL. How do Contast Replece( or Change): Bit D3 With Bit D4 and Bit D2 With Bit D5 and Bit D1 With Bit D6 and Bit D0 With Bit D7 I am Not Know Very Well Write English.
Explain use of abstract and sealed classes in c#?
What is default value of enum c#?