<p>I have set up a connection to a MySQL database by pointing to a JBDC driver which I downloaded from <a data-ipb='nomediaparse' href='
https://dev.mysql.com/downloads/connector/j/'>here.</a></p>
<p> </p>
<p>I am able to ping and retrieve data sets from the database.</p>
<p> </p>
<p>I cannot, however, use LIMIT, as an SQL query keyword, to dynamically set the number of rows to show in the report I would generate.</p>
<p> </p>
<p>I have also tried googling around and found some workarounds that would be used for non-MySQL databases, but they also did not work (stuff like TOP, or FETCH FIRST 10 ROWS ONLY, etc.)</p>
<p> </p>
<p>Any help would be appreciated.</p>