> > To the best of my knowledge, you can't do this. What you can 
> > do to get the same effect, though, is to execute a string 
> > containing your SQL statement ...
> > ...
> > Of course, this isn't an optimal solution.
>
> Thanks!  That's almost exactly what I was looking for. I'll 
> try it today. Why would it not be an optimal solution? Is it 
> slower or can that function only be used in certain situations?

It's slower, because it can't take advantage of existing query plans as
well.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to