23 Jun 18:19
Simple mx.ODBC Update question
From: Greg Corradini <gregcorradini@...>
Subject: Simple mx.ODBC Update question
Newsgroups: gmane.comp.python.egenix.user
Date: 2008-06-23 16:20:59 GMT
Subject: Simple mx.ODBC Update question
Newsgroups: gmane.comp.python.egenix.user
Date: 2008-06-23 16:20:59 GMT
Hello all,
Can I use mx.ODBC to write an UPDATE SQL statement using a list of tuples and a parameterized statement format?
For example, I can batch INSERT with the following parameterized statement using "?":
cursor.executemany("Insert into MYTABLE(ID,VALUE) values(?,?)", dataAsListofTuples)
Using mxODBC is there a parameterized Update statement like above?
_______________________________________________________________________ eGenix.com User Mailing List http://www.egenix.com/ https://www.egenix.com/mailman/listinfo/egenix-users
RSS Feed