Minimum attribute to create connection string using SqlConnection object - ADO.NET
Q. What are the minimum attribute is required to create a connection string using SqlConnection object?- Published on 28 Jul 15a. - Data Source
- Initial Catalog
- Integrated security=true
b. - Server
- Database
- Integrated security=true
c. Option A and B both are correct
d. None of the above
ANSWER: Option A and B both are correct