connection_info property

connection_info property

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

Definition:

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

See Also