I use the following code in Python (with pyodbc for a MS-Access base).cursor.execute("select a from tbl where b=? and c=?", (x, y)) It's Ok but, ...
確定! 回上一頁