How to set the Isolation level to Read Uncommitted for a Sybase datasource(Jconnect 7) which is defined as a jdbc datasource in Websphere 7
Should I have to add a new custom property to the data source or do I have to edit the 'connectionProperties' listed under custom properties?
The datasource is referenced through web application running with Spring (looked up by JndiObjectFactoryBean)