So Basically, Due to our production need we use data storage capability in our system and that triggers the need of some external source to be added as an storage option. There comes the context of SQL , MYSQL etc. We have to connect our application with MSSQL Server or Mysql Provider through a well defined manner.
This manner can contain some few things listed below,
- Is this connection has a name?
- Is this database indicates a file, what is the name of that file?
- Connection has request timeout for retry during error?
- Connection has a lifetime
- Data Source name
- Encryption enable
- Packet size
- Workstation Id

0 Comments