sqlanywhere / node-sqlanywhere

SAP SQL Anywhere Database Client for Node
Apache License 2.0
39 stars 36 forks source link

Prepared statements not dropped when using .exec on the connection object #2

Closed NeWbLt123 closed 10 years ago

NeWbLt123 commented 10 years ago

It seems like the only way not to bust the 50 prepared statements limit is to create a new statement and then drop it after executing it. When executing a query from the connection object, an error is thrown once 51 prepared statements have been reached.

Please refer to this StackOverflow topic.

Thanks!