Get sql.text with ParamValues filled in ...

From: Chad (cwortham_at_flwoutdoors.com)
Date: 05/26/04


Date: 26 May 2004 09:06:21 -0700

Hi,

I am using TQuery to do updates with the RequestLive property and then
updating ParamByName values. I would like to see the exact sql that
will get executed. IE: if the TQuery.Sql.Text contains

"Update Product set Name = :Name ....."

I want to be able to see this while debugging code:

"update Product set Name = 'Test Product' ....."

Thanks,

Chad