conn = pyodbc.connect( connectionString ) cursor = conn.cursor() cursorQuery = "SELECT * FROM .." cursor.execute( cursorQuery ) records ...
確定! 回上一頁