Hello:
> Well the application that I have developed is a multi threaded application 
> that is continuously executing SQL Commands. 
Are you using one connection per thread ?? What Isolation Levels are you 
using ??

> Are commands automatically 
> committed once the dispose command is called?
>   
No you should be calling Dispose manually when they are no more needed 
to ensure resources used by the commands are being released
on the server.

-- 
Carlos Guzmán Álvarez
Vigo-Spain


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to