This is a discussion on Re: Some changes within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> > The attached patch clears out any parameters during SQLCancel. This > works for the test case, and seems ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > The attached patch clears out any parameters during SQLCancel. This > works for the test case, and seems to not hurt any of my apps that I've > quickly tested. I definitely want some feedback before I apply this > though please :-) I see (endly) ODBC specification and it's ok to free all parameters when SQLCancel is called during awaiting data (SQL_NEED_DATA). Only comment in patch is little bit strenge. I have to more study ODBC specification. It's mine bottleneck. Luf ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |