|
From: Frank Schlottmann-G. <fr...@sc...> - 2018-04-10 14:18:08
|
Am 07.04.2018 um 10:37 schrieb Nico Latzer: > > Hi Mark, many thanks for Your feedback. i made my first draft of example application and documentation available under > http://home.mnet-online.de/nl/fb/ Nice, but I would prefer to see fdb instead of the quite outdated kinterbasdb: eg.: import fdb conn=None modifyTPB=fdb.ISOLATION_LEVEL_READ_COMMITED #write +read_committed +wait readOnlyTPB=fdb.ISOLATION_LEVEL_READ_COMMITED_RO ... conn = fdb.connect('examples','SYSDBA','masterkey') kind regards Frank -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and they make highly faithful pets." - J.K. Rowling |