conn = pyodbc. connect(connStr) if conn is not None: if ... cursor() cur. execute (statemenSQL) conn. commit() print("Data row inserted successfully") self.
確定! 回上一頁