On Monday 24 December 2007 09:00:41 am Adrian Klaver wrote: > This leads me to another question. Is it > possible to override the transaction level from within the app?
Actually that's a good question. I assume the developer would want to set the characteristrics of the session upon creating the connection i.e. SET SESSION CHARACTERISTICES AS TRANSACTION ISOLATION LEVEL(READ COMMITTED | SERIALIZABLE) Otherwise each transaction would need to be set. But there is nothing I'm aware of that provides a universal way of handling DDL commands for the connection. Of course you could issue a command immediately upon opening the app using execute(). It just has to be issued before any DML commands are executed. I think Ed would have to review what if anything should be done within the framework to support passing setup information to the database. It might be something that could be included. The question is it worth while to add it? -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
