ODBC in web pages

William Shields william.shields at iname.com
Sun May 13 20:07:56 EDT 2001


I have a simple Python module that queries a odbc database and displays
the results. I'm using the odbc interface in PythonWin. It works fine
from within PythonWin or from the command line but when I run the same
code in an ASP page it stops and returns nothing and I get no error. See
code below. Any suggestions on how to debug this appreciated.

Bill

import dbi, odbc
dbc = odbc.odbc('mydata')





More information about the Python-list mailing list