Not sure whether you're talking about my node-tds or tedious, but I don't believe either (mine for sure) allow concurrent statements on a single connection. This is because neither support MARS (at least not node-tds, and I probably never will <http://www.freetds.org/mars.html>). You will have to pool the connections.
On Monday, May 7, 2012 4:19:07 PM UTC-5, Emerson Espínola wrote: > > Hi all, > > I'm using the TDS module to connect to SQL Server. But if two of my > clients send an insertion request to my server, I get "Statement currently > running" exception (from tds.js: 140). > > An idea about how solve this concurrent problem? > > []'s > Emerson de Lira Espínola > <http://about.me/emersonespinola> <https://about.me/emersonespinola> * > https://about.me/emersonespinola* > <http://www.myebook.com/emersonespinola/> > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
