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
What is a partial method?
What is data hiding in c#?
What is a template class?
What are the types of comments in c#?
Difference between abstract classes and interfaces
Describe the process of “exception handling implementation” in c#?
Explain synchronous and asynchronous operations?
What are the differences between system.string and system.text.stringbuilder classes?
Define mutex in C#?
What are the desktop applications?
What is a int in c#?
What is anonymous types in c#?
Explain how do I get deterministic finalization in c#?
What is the use of constructor in c# with example?
Explain static class members.