Error on Disconnection from odbc (SQL Server) ??

¿ÀÁ¤¿î boramae at banktown.com
Fri Nov 23 21:55:22 EST 2001


Hello...

I succeeded to connect to SQL Server via odbc

but.. i had trouble to disconnect ..

con = odbc.odbc("DSN...") -> success
Cursor1 = con.cursor()

...

Cursor1.close()
con.close()

but 'netstat -n' at SQL Server ...
connection still established...








More information about the Python-list mailing list