Greg Corradini | 23 Jun 18:19

Simple mx.ODBC Update question

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

Gmane