From: Greg F. <gre...@ya...> - 2004-06-28 14:46:29
|
--- Chris Winters <ch...@cw...> wrote: > > I haven't looked at the code yet, but before I run out the door: does > DBD::ASAny (or the ASA libraries) allow you to have multiple open > statement handles on the same database handle? > Yes, but ASA itself limits the number of maximum prepared statements per connection. The default limit is 50 (per connection). This can be changed via the database option MAX_STATEMENT_COUNT (there is also MAX_CURSOR_COUNT for governing the number of open cursors, also defaults to 50 per connection). greg_fenton. ===== Greg Fenton gre...@ya... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |