This is a discussion on Connection Pooling within the Informix forums, part of the Database Server Software category; --> We are using the odbc driver "INFORMIX 3.31 32 bit" The version is 3.31.000 2.40.TC1 When I look at ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| We are using the odbc driver "INFORMIX 3.31 32 bit" The version is 3.31.000 2.40.TC1 When I look at it the set up for it in ODBC drivers, it says <not pooled> under the connection pooling heading. Yet, when I close a connection in a program, my temp tables do not drop. That is, if I specifically say "pConn->Close();" and then exit the ap and rerun it, I get "table blah exists in session". Someone here told me COM always pools connections, but It would seem that they are talking about ASP connections. It's not big deal to tell programmers to always drop their temp tables, but if a program blows out before reaching the drop, who knows what user will stumble upon the orphan connection? Is there something buggy about version 3.31.000 2.40.TC1 ? sending to informix-list |