I made an app using mysql and I've used a class which talks to the database, so that I would only have to modify the class rather than to modify any of my app codes when I want to use another database. When I was about to publish my app using an Informix database, it came to me that I've used the mysql's limit command "A LOT" therefore I can't publish my app using Informix because Informix doesn't have limit.
Can anybody suggest any solution to this scenario. And, please, don't suggest to modify my app codes, cause when I say "A LOT" I mean "A LOT".