Stephen Moretti wrote:

> >> sending those requests as separate CFQuery tags is pretty much insane
> >>- building one big TSQL statement with one hit to the database server
> >>is a much better solution
> >
> >Why would that be insane?
> >
>
> Because that's 50 connect/deconnect to the database via your DB driver

Connection pooling?

> as opposed to one connect/disconnect and letting your DB do the job it 
> was designed to do.

A database is designed to perform SQL queries.

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to