I'm having problems with one particular web server handling ASP pages using Python to make ODBC calls to MsSqlServer. (as noted in a posting last week).
Had a brainstorm this morning, recalled there was some way to trace ODBC calls. Sure enough, went into the ODBC control panel, and there was the Tracing tab.
But strangely, turning it on doesn't seem to do anything. Specifically, nothing gets logged when I ask for an ASP page that makes the ODBC calls. This is true on the servers which actually deliver pages successfully.
When I run the interactive Python code (which works, even on the troublesome server), a bunch of stuff does get logged.
What's going on here?
