Re: MARS
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4f1rGC_1mXbKv1msywSdJSk36_+Byzgze7cE9LAXsLxTA@mail.gmail.com> |
2013/12/19 Chris Kings-Lynne <[email protected]>: > Hi Guys, > > I'm just trying to understand from various docs online and posts and the codebase exactly where the MARS support stands? Is it in the next version (as unit tests would imply), and if not is it planned? How do I make use of it if I checkout the master branch? > > Thanks, > > Chris Well... it works. It's months I don't change a line on this feature. It's limited to ODBC and it use the same way to enable it. Download last snapshot, compile it enabling mars (--enable-mars) and use MARS_Connection option (string one) or set SQL_COPT_SS_MARS_ENABLED to 1 (SQLSetConnectAttr). I should update odbc connection options, there are a lot not documented! Frediano