Jon Ege Ronnenberg wrote:
> My motivation is that I develop an ASP.NET <http://ASP.NET> solution and 
> almost all my buisness logic is structured as a Composite pattern. That 
> means that I make a lot of select queries to the database (one for each 
> class and subclass). While I don't close the connection between these 
> request (that cut the request time down by a factor of 3) I still feel 
> it should be tuned a little. Batch select is the most obvious one.

Why not to use typed DataSet with more DataTables?

-- 
Jiri {x2} Cincura
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to