connection_string property

connection_string property

The connection information string is used to make contact with an OLE DB or ODBC data source.

Definition:

@property
def connection_string(self):
    ...
@connection_string.setter
def connection_string(self, value):
    ...

See Also