> what is the Default ISOLATION Level when opening a connection
> from Python. 
> How can I get it (by a function call?) 

select * from domain.connectparameters

This reflects changes that are made on the session through 'set isolation
level ...'.

The default isolation level is 1, but it can be changed when connecting with

sapdbapi.connect (user, password, dbname, host, isolation = '2')
# note: the current implementation doesn't 
#       convert the keyword arguments to strings, 
#       so you can't pass integer values

Daniel Dittmar

--
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to