mx.ODBC minor problem

2007-04-12 Thread Greg Corradini
ute(sql) a = curse.fetchall() curse.executemany('Insert into ' +countyname+'ADD_SCRIPT_TABLE'+ ' (TISCODE,STATUS) values (?,?)',x) conn.commit() --- ERROR --- InterfaceError: mismatch in number of parameters; expected 2, found none -- View this message in contex

Re: mx.ODBC minor problem

2007-04-13 Thread Steve Holden
Greg Corradini wrote: > Hello all, > In a script i just wrote, my code calls a function createTables(), which > checks for an existing table and then creates it, and then immediately calls > selectSQL(), which selects from a different table and inserts on the table I > just created (see below). >