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 struct be null?
What is the difference between static and private constructor in c#?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is nullable types in c#?
what is method overloading in c#?
How to transpose multi-dimensional array?
Define thread?
What is indexer c#?
What is signature c#?
What is the difference between array and arraylist c#?
Does unity require coding?
What is dictionary collection in c#?
Explain how to add controls dynamically to the form using c#.net.
What is default parameter in c#?
How do you sort an array in c#?