![]() |
Python Connector for SQL Server Connection parameters - Python Connector for SQL Server |
![]() |
The following table describes the SQL Server connection parameters you can use in the connect()
module method.
Parameter | Description |
---|---|
|
The authentication mode. The possible values are:
|
|
The server name or IP address |
|
The port number. The default value is |
|
The name of the database user |
|
The password of the database user |
|
The name of the database |
|
The ID of a connection pool that will be used for a particular connection |
|
Disables connection pooling for a particular connection. The possible values are |