我現在的方法是將 data_frame 物件轉換為元組列表,然後使用pyODBC的 executemany() 函式將其傳送出去。它是這樣的: import pyodbc as pdb ...
確定! 回上一頁