FAQ/ ConnectionString

"ConnectionString" Related Questions

3 Questions Available.
1
What are the formatting rules for Connection String?

What are the formatting rules for Connection String?The formatting rules for Connection String are mentioned as below.- If a semicolon (;) is

More...
2
What is meant by Connection String?

What is meant by Connection String?A string which possess info regarding a data source and also the ways to establish a connection to the database or

More...
3
I require connection string for my database?

Use the below mentioned code for MSSQL database.ConnectionString=Driver={SQLServer};Server=your_server_name; &_Database=your_database_name;Uid=your_username;Pwd=your_password;In

More...