INSERT INTO T3 VALUES ... COMMIT TRANSACTION. in Python would be: cnxn = pyodbc.connect('mydsn', autocommit=False) crsr = cnxn.cursor() ...
確定! 回上一頁