Thanks Doug. Where in the code can I see the syntax of the prepared
statement before it is submitted?

Dan


On 6/13/07, Doug Hughes <[EMAIL PROTECTED]> wrote:

Yes - prepared statements all around.

Doug

On 6/13/07, Dan O'Keefe <[EMAIL PROTECTED] > wrote:
>
> Form MSSQL, Does getByQuery() use prepared statements? For a table
> called user, all I see in SQL profiler is:
>
> exec sp_tables 'user'
> exec sp_execute 1, 'user'
>
> Looking to understand this more and most importantly, how can I see the
> actual transact syntax using profiler. I know about CF Admin but it seems to
> bomb my other JS on the template.
>
> Thanks,
>
> Dan
>
>
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
> -- -- --
> Reactor for ColdFusion Mailing List
> [EMAIL PROTECTED]
> Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
> -- -- --




--
Doug Hughes
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --
Reactor for ColdFusion Mailing List
[EMAIL PROTECTED]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --




--
--------------
Dan O'Keefe


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[EMAIL PROTECTED]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to