Get sql.text with ParamValues filled in ...
From: Chad (cwortham_at_flwoutdoors.com)
Date: 05/26/04
- Next message: Bruce Roberts: "Re: Find"
- Previous message: Jeremy Collins: "Re: Find"
- Next in thread: Chad: "Re: Get sql.text with ParamValues filled in ..."
- Reply: Chad: "Re: Get sql.text with ParamValues filled in ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Bruce Roberts: "Re: Find"
- Previous message: Jeremy Collins: "Re: Find"
- Next in thread: Chad: "Re: Get sql.text with ParamValues filled in ..."
- Reply: Chad: "Re: Get sql.text with ParamValues filled in ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]