Steve Howard wrote: > If I'm following through this correctly, this is not a bug. ODBC only allows > one active statement per connection. You are using the $hDB database handle > for this statement:
Well to be picky, its not ODBC but SQL Server that has that restriction, you "can" get around it by requesting a non forward only cursor on the statement, (ask for dynamic, and it will fall back to something lesser). However, beware, I can show a a 10 ODBC call program that can put SQL Server into a spin wait doing that :-( -- Nick Gorham Emacs would be a great operating system if it just had a decent text editor...
