Sorry if this is repeated question or been asked before. But I'm new to development and wanted to ask what are different kind of pagination and how can we handle them?
Also, my use case is suppose I get 100 accounts from db, i call third party service and only get 80 back. What is the most effective way to handle this UI? Or Java? Or Sybase?
Client side vs in Java vs in SYbase db.
Now for, sybase I know that it doesn't have max and offset value like in postgresql or other dbs. So how can we do that? We are mostly using stored proc.
