trovares_connector.SAPODBCDriver

trovares_connector.SAPODBCDriver#

class trovares_connector.SAPODBCDriver(connection_string: str)[source]#
__init__(connection_string: str)[source]#

Initializes the driver class.

Parameters:

connection_string (str) – Standard ODBC connection string used for connecting to the ODBC applications. Example: ‘Driver={AES};Server=127.0.0.1;Port=3306;Database=test;Uid=test;Pwd=foo;’

Methods

__init__(connection_string)

Initializes the driver class.

__init__(connection_string: str)[source]#

Initializes the driver class.

Parameters:

connection_string (str) – Standard ODBC connection string used for connecting to the ODBC applications. Example: ‘Driver={AES};Server=127.0.0.1;Port=3306;Database=test;Uid=test;Pwd=foo;’