Results 1 to 3 of 3

Thread: [RESOLVED] Get completed parameterized query string

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2007
    Posts
    84

    Resolved [RESOLVED] Get completed parameterized query string

    Hi all,

    Quick question. When using parameters with query strings, is it possible to see what the completed string using those is?

    Many thanks,
    Last edited by Madcat1981; Jan 6th, 2016 at 10:08 AM.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,348

    Re: Get completed parameterized query string

    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.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2007
    Posts
    84

    Re: Get completed parameterized query string

    Ah ok, that makes sense.

    Many thanks!
    Last edited by Madcat1981; Jan 6th, 2016 at 10:08 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width