Hi all,
Quick question. When using parameters with query strings, is it possible to see what the completed string using those is?
Many thanks,
Printable View
Hi all,
Quick question. When using parameters with query strings, is it possible to see what the completed string using those is?
Many thanks,
No, because the values aren't substituted into the query on the application side, which is the whole point. It is the database that does that. If you're using a database with a tracing tool, e.g. SQL Server, then you can see what the database is actually executing that way.
Ah ok, that makes sense.
Many thanks!