firebird-net-provider@lists.sourceforge.net

2013-11-27 Thread Kjell Rilbe
Den 2013-11-26 20:45 skrev Mark Rotteveel såhär: > On 26-11-2013 14:58, Kjell Rilbe wrote: >> Please consider this code, which essentially creates a table, commits, >> fills data and does a select with joins, closes the query, commits, then >> drops the table in a new transaction. >> >> The problem

firebird-net-provider@lists.sourceforge.net

2013-11-27 Thread Jiri Cincura
On Wed, Nov 27, 2013 at 9:09 AM, Kjell Rilbe wrote: > 2. For testing, how would I disable pooling? Pooling=False in connection string. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com

firebird-net-provider@lists.sourceforge.net

2013-11-27 Thread Kjell Rilbe
Den 2013-11-26 17:25 skrev Danny Gorton såhär: > DbCommand objects are disposable and therefore this pattern can most > easily be addressed with the 'using' pattern. I see you are using it > for your reader, you can also use it for your command objects. Or you > can write out your own try...final

firebird-net-provider@lists.sourceforge.net

2013-11-27 Thread Kjell Rilbe
Den 2013-11-26 19:28 skrev Jiri Cincura såhär: > On Tue, Nov 26, 2013 at 5:00 PM, Kjell Rilbe wrote: >> Server=localhost;Database=My_DB_Alias;Charset=UTF8;User=My_User;Password=My_Password >> >> Anything missing there? > You're using connection pooling. That might be the reason. The > connection