Support for Multiple Active Result Sets
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <1F33592152DAAB43A67411276617D3C5F52F90065C@CDCMW10E.na.convergys.com> |
Hi, Wanted to know if MARS is supported. When using unixODBC with FreeTDS I am trying to run the statement below which fails. SQLSetConnectAttr(hdbc, SQL_COPT_SS_MARS_ENABLED, SQL_MARS_ENABLED_YES, SQL_IS_UINTEGER); Is there a different way to do this? Or when would this be supported ? Thanks