Is it possible to trap the SQL text after parameter substitution?
-
NoComprende
- Posts: 135
- Joined: Tue 09 Jan 2007 13:44
Is it possible to trap the SQL text after parameter substitution?
While debugging in BCB, is there any way of finding the actual TMyQuery SQL->Text after the parameter substitution takes place? I'm trying to find why certain queries aren't returning results by running them directly in MySQL and it would save having to substitute the param values in the SQL->Text every time. I thought that was what FinalSQL was for but see now that isn't the case.
-
NoComprende
- Posts: 135
- Joined: Tue 09 Jan 2007 13:44