SQLReader can only read one row at a time and it can only be the next row. You can of course skip it 4 rows with a small loop.
If all you need is the fifth row then your 'select' query should only return this row. Usually there is a primary key which allows you to select any row you like.