Hello, I want to use both JDBC and SqlMap DAOs on the same data source, but it seems that they work with different connections, so when I query for data by SqlMap in the middle of explicit UPDATE or INSERT JDBC transaction, it shows old values. Is it possible to make them use the same connection?
-- Best regards, Andy Light mailto:[EMAIL PROTECTED]

