What does the parameter Initial Catalog define inside
Connection String?
Answer Posted / vishalsharma
Server="server_name";DataBase="database_name";security_crede
ntials;
| Is This Answer Correct ? | 12 Yes | 13 No |
Post New Answer View All Answers
What is oledbconnection c#?
What is action c#?
Can we inherit partial class in c#?
What is the difference between arraylist and list in c#?
What is equal c#?
What is a boolean c#?
What is remote data?
Is versioning applicable to private assemblies?
How to use nullable types in .net?
what is the syntax to inherit from a class in c#?
What language is c# similar to?
Differentiate between the public and private ?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
Why are local variables stored in stack?
What does a constructor do c#?