SQL_TXN_ISOLATION_OPTION
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Hi, Using SQLGetInfo with subj returns returns only SQL_TXN_READ_COMMITTED, but even SQL-92 entry-level driver is supposed to return at least SQL_TXN_SERIALIZABLE. Does this mean I can only use one transaction isolation mode in my code? Is it going to be fixed soon? Thanks, Mike