cstring = 'DRIVER={SQL Server};SERVER=aServer;DATABASE=aDatabase;UID=aUN;PWD=aPassword'. con = pyodbc.connect(cstring). cur = con.cursor().
確定! 回上一頁