limit

  1. Alexander Stolte

    Android Example [B4X] Supabase - Database Limit and Offset

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ LIMIT and OFFSET allow you to retrieve just a portion of the rows that are generated by the rest of the query. Official postgresql documentation...
  2. Alexander Stolte

    B4J Question jServer limit request per minute

    Hey, how can i set a limit for request from the same IP for example in one minute? with AddDosFilter("/*",CreateMap("maxRequestsPerSec": 10,"delayMs": -1)) i can set the max request per sec from the same ip, but this is too short... Greetings
  3. Sai Main Seng Kham

    Android Question How many can i add to my app? is that limited?

    Hi Sirs, I have a questions again:):) I have a big project now I have to add (227) activity page on my app But it is not offline app i create online app, one activity will read .txt file on my server. So , can i add 227 activity page on my application? Thanks You.:) Sorry for my bad English :(
  4. K

    Android Question TransactionTooLargeException

    https://www.b4x.com/android/forum/threads/error-with-customlistview.97829/ As per discussion in this forum I got that TransactionTooLargeException error is in sql query I change query and add limit in that, its working fine now. But I have to add all records in clv, What should I do?
Top