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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.