Hi Prajjwal.
I'm not an OLEDB SQL guy so I don't know precisely why this does not work.
It seems that select * and LIMIT do not work. If you specify the columns, you can use LIMIT.
When I first responded, I had a test process already set up so I simply added LIMIT and OFFSET, but I had the columns listed. I found that OFFSET failed whereas LIMIT worked, so I said remove OFFSET.
I just tested again with * instead of columns and LIMIT and found it did not work.
Consequently, you should list your columns and use LIMIT. Listing columns is a best practice anyway.
jack
------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------