mxODBC and delete

Peter Leveille psl at mitre.org
Mon May 15 15:42:07 EDT 2000


I have been using the mxODBC package for access to a database.  This has
been working great,  until a recent problem that I have had.  When I try
running the following code, python just freezes up. Does anyone know
what I am doing wrong,  or if there is another way to do it?

>>> import ODBC.Windows
>>> db = ODBC.Windows.Connect('????????','???','??????')
>>> c = db.cursor()
>>> c.execute('DELETE FROM ???????')



More information about the Python-list mailing list