import pyodbc; server = '127.0.0.1'; database = 'AG'; username = 'sa'; password = 'sa'; driver= '{ODBC Driver 13 for SQL Server}' ...
確定! 回上一頁