What does the parameter Initial Catalog define inside
Connection String?
Answer Posted / tiger kumar
The Initial Catalog is used to define the database name
inside the connection string.
| Is This Answer Correct ? | 37 Yes | 2 No |
Post New Answer View All Answers
Can a method return multiple values in c#?
What is visual c# net?
Do void methods have parameters?
What are Namespaces?
What are classes in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
Explain the Abstract class in c#.net
What is task parallel library?
What are the properties of string?
Why do we need generics in c#?
How can you prevent escaping on backslashes in C# with string definitions?
What is primitive types in c#?
What is the difference between list and arraylist in c#?
What is the benefit of dependency injection c#?
What are generations and how are they used by the garbage collector?