Page 1 of 1

DBMonitor show real query

Posted: Mon 02 Aug 2010 11:35
by gemal
Is there a setting in DBMonitor so that I can see the "real" query instead of he query with ":ID" in it?

Currently I have to click on "paramters" to figure out the real query

I see:
SELECT * FROM test WHERE id = :ID

I want to see:
SELECT * FROM test WHERE id = 50

Posted: Mon 02 Aug 2010 14:05
by Dimon
dbMonitor works with many SQL servers and products and therefore we can't support such functionality. For most servers and for MySQL prepared queries, queries are passed without real parameters, but parameters are passed in a specific format.