conn = pyodbc.connect(connstring). cursor = conn.cursor(). cursor.execute(SQLstr). row = cursor.fetchone().
確定! 回上一頁