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 difference between an Structure and Class?
What is a base class in C#?
What is multicast delegate explain with example?
What is a string in c#?
What is the difference between parse and tryparse in c#?
What is difference between c and c sharp?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What is difference between method overriding and method overloading?
How can you sort strings in array that are passed to method as arguments?
Why do we need constructors?
Difference between value and reference type. What are value types and reference types?
Is null == null c#?
What is arraylist c#?
How to force my .net app to run as administrator on windows 7?
What is the difference between decimal and integer?