<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Limit offset in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/limit-offset/qaa-p/9576966#M3417092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Burkhard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately this Data_seek is only like a pointer, but the result were already in bulk selected, and our Gaol is to get the result themself in steps and not all at once &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there no other function in MaxDB? no limit 10,10 ...etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jul 2013 14:34:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-23T14:34:10Z</dc:date>
    <item>
      <title>Limit offset</title>
      <link>https://community.sap.com/t5/technology-q-a/limit-offset/qaq-p/9576961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;&lt;SPAN&gt;I am trying to fetch rows from MaxDB with limit and offset. However, I cannot use the offset syntax found at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.sap.com/saphelp_erp60_sp/helpdata/de/40/1312152fa511d3a98100a0c9449261/content.htm"&gt;http://help.sap.com/saphelp_erp60_sp/helpdata/de/40/1312152fa511d3a98100a0c9449261/content.htm&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;I am able to fetch e.g. result 1 to 15 by using "limit 15", but if I try to get result 15 to 30 by using "limit 15,15" i get the following error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;"Error Executing 'Processing result rows' SAP DBTech JDBC: [-7085]: Function not allowed for this cursor.[-7085]: Function not allowed for this cursor"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;Could my SQL syntax contain errors, or does MaxDB not support the use of offset with the limit clause?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;My MaxDB Version is 7.6.06.03.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 11:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/limit-offset/qaq-p/9576961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-12T11:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Limit offset</title>
      <link>https://community.sap.com/t5/technology-q-a/limit-offset/qaa-p/9576962#M3417088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any Help please? thanks alot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 11:37:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/limit-offset/qaa-p/9576962#M3417088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-15T11:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Limit offset</title>
      <link>https://community.sap.com/t5/technology-q-a/limit-offset/qaa-p/9576963#M3417089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the LIMIT clause with offset works only with 'forward only cursor'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To switch to forward only cursor in Databbase Studio select&lt;/P&gt;&lt;P&gt; Windows-&amp;gt;Preferences-&amp;gt;Database Studio-&amp;gt;Query Results&lt;/P&gt;&lt;P&gt;and enable the "Use forward only result cursor" Checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;B*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 16:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/limit-offset/qaa-p/9576963#M3417089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-15T16:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Limit offset</title>
      <link>https://community.sap.com/t5/technology-q-a/limit-offset/qaa-p/9576964#M3417090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Burkhard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for helping me once again, you help is always much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately i was misunderstood.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am asking about Limit with offfset in SQL statment, since i am selecting huge Data for the website, i would like to trancute it into parts which makes the results faster for the website.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks alot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 21:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/limit-offset/qaa-p/9576964#M3417090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-15T21:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Limit offset</title>
      <link>https://community.sap.com/t5/technology-q-a/limit-offset/qaa-p/9576965#M3417091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;the error message you have posted comes from JDBC or Database Studio so I guess you have change the Interface &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry the cursor modeI in MaxDB PHP is always SCROLL_SENSITIVE.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We need scrollable cursor for PHP data_seek function. Try it with data_seek and pass the offset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;B*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 09:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/limit-offset/qaa-p/9576965#M3417091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-16T09:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Limit offset</title>
      <link>https://community.sap.com/t5/technology-q-a/limit-offset/qaa-p/9576966#M3417092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Burkhard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately this Data_seek is only like a pointer, but the result were already in bulk selected, and our Gaol is to get the result themself in steps and not all at once &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there no other function in MaxDB? no limit 10,10 ...etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 14:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/limit-offset/qaa-p/9576966#M3417092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-23T14:34:10Z</dc:date>
    </item>
  </channel>
</rss>

