import pyodbc conn = pyodbc.connect('Driver={SQL Server};' 'Server=db-server;' 'Database=db;' 'Trusted_Connection=yes;') sql = "SELECT ...
確定! 回上一頁