I utilize the accompanying code in Python (with pyodbc for a MS-Access base).
cursor.execute("select a from tbl where b=? and c=?", (x, y))
It's Ok at the same time, for support/maintenance purposes, I need to realize the total and precise SQL string sends to the information database.
Is it conceivable and how?