I have a few tables in the same database that Slide keeps its tables in and those tables are updated together with modifications in Slide's repository.
I need to keep changes to Slide and to my tables in synchronization. My first thought was to use 2-phase commit but PostgreSQL doesn't support it and I don't know of any other free RDBMS which does (and which runs on Windows). Having explained this - is there a way to obtain Slide's connection to the database after calling NamespaceAccessToken.begin()? This way I could rollback or commit all changes at once. -- Łukasz Kowalczyk -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
