def save_to_mytsql(result): conn = pyodbc.connect('DRIVER={SQL Server};SERVER=localhost;DATABASE=test;UID=sa;PWD=123456') cur ...
確定! 回上一頁