Re: Asynchronous calls
Frediano Ziglio <[email protected]> Fri, 30 Nov 2018 21:43:37 +0000
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4cdyfLO8y8_r5rkHLqJAahkkHivg6W3r6q7=BodFdSPug@mail.gmail.com> |
Il giorno mer 10 ott 2018 alle ore 17:29 Sebastien FLAESCH <[email protected]> ha scritto: > > Any chance to support asynchronous calls short term? > > https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/asynchronous-execution-polling-method?view=sql-server-2017 > > At least, for SQLExecDirect() / SQLExecute() ? > > Seb Hi, sorry for very late reply. There's no plan, not much requests for this feature. I think the better option would be to use thread. I don't think you can support only for some function and not for something else. Frediano