Relates to any sort of limit applied to data or resources, e.g. limiting the size or value of a variable, limiting the rate of incoming traffic or CPU usage. [tag:sql-limit] should be used to refer to the LIMIT keyword in SQL.

learn more… | top users | synonyms

-1
votes
0answers
36 views

LIMIT error syntax in mySQL [duplicate]

When I use this code in PHP : if (isset($_GET['page'])) { $pagenum = $_GET['page']; } else { $pagenum = 1; } $startnum = 251; $reponse = $bdd->prepare('SELECT * FROM albums ORDER BY id LIMIT ...
0
votes
1answer
21 views

Magento Errors limit (100) reached. How to increase limit?

I am getting an error on my upload file for magento. Product Type is invalid or not supported in rows: 8473, 8474, 8475, 8476, 8477, 8478, 8479, 8494, 8495, 8496, 8497, 8515, 8516, 8517, 8518, 8519, ...
0
votes
1answer
32 views

Limit windows process memory/execution time with job objects - what's wrong with my code?

I'm having an issue trying to make my application shut down after it has reached specified execution time. I created a job, set limit information, assigned current process to it and nothing happens. ...
0
votes
1answer
13 views

Validation to restrict user form uploading heavy files

Hi I am using this code to restrict user from uploading the heavy files above 5mb. But this is only working for first file filed not for the rest of file fileds. var n=1; $(document).ready(function() ...
0
votes
0answers
10 views

how to avoid google webmaster tools api limit

I just wrote an application which gets the crawl issues of google webmaster tools. with the API there is a limit of 100 entries per request. Is there any solution or workaround to get all crawl issues ...
0
votes
0answers
6 views

postfix ehlo response bug

I have postfix installed and working. A customer asked to send a file larger than message_size_limit, so I tweaked the value and restarted postfix. My customer said that the problem wasn't fixed, so ...
0
votes
1answer
26 views

(Solved) Mysql: Possible errors in queries “WHERE…IN” , “ORDER BY…” and “LIMIT”

As you have observed I have put an ambiguous title for this question, as simply I do not realize (by lack of deep knowledge) if this is the true problem or not. Let's start then with a short ...
1
vote
2answers
47 views

Get data from database Android

I have a page which can retrieve user data from database but after whole day of trying, I am only able to get the table column name but not the value inside. this is my code to create database ...
0
votes
1answer
33 views

How do I force user to not be able to type past a certain point?

I am currently making a maze program where the user types which direction they would like to go, but they can type anything thanks to the Console.Read() method. Is there any way to limit how many ...
0
votes
0answers
8 views

No map displayed with a huge number of Markers

I'm working on a web application for my university and we would like to show the position of all ex-students living all over the world. We have a database with over 60.000 students and about 55.000 ...
-1
votes
2answers
61 views

Restrict string length to be in specific range

This problems seems like a very common issue, yet I am unable to find a solution for it. And I'm almost convinced that functionality like this should be a part of boost or other popular library. I ...
1
vote
3answers
13 views

MySQL - Getting Top n records and ordering by a specific column with pagination

I have got a problem with getting top n records from database and ordering them by a specific column and paginating them. For example I want first 100 movies from movie table and order these first ...
0
votes
0answers
19 views

Limit the impact of the css

How i can limit the impact of the css to my selectors? For example i include my script on many sites. Script add the div,and some site can rewrite styles for my div, or add new. How i can protect it? ...
0
votes
2answers
41 views

optimizing mysql order by rand()

I can't find a good answer to my problem. I have a mysql query with an inner join and an order by rand() and a limit X. When I remove the order by rand() the query is 10 times faster. Is there a ...
1
vote
1answer
43 views

Set a limit on checkbox and when it reaches the limit submit button will show PHP & jQuery

i want to limit my checkboxes and when I reached to the limit the submit button will show, but once the submit button shows, and the user disabled one of the checkbox, the submit button will be ...
0
votes
1answer
33 views

Arrays in Ruby: Take vs Limit vs First

Suppose you have an array of objects in Rails @objects If I want to display the first 5 objects, what is the difference between using: @objects.limit(5) @objects.take(5) @objects.first(5) I am ...
1
vote
2answers
50 views

Codeigniter Active Record - Count Total Found Rows with Limit (MySQL)

I'm using a complex SQL query in a Codeigniter model with a limit applied. I'd like to count the total number of rows that would have been found if the limit and offset had not been applied. I'd like ...
0
votes
2answers
44 views

Million ManyToMany Entries - Memory Problems

i develope a type of "Statistics-Web". For example i have some blog entries and for each visitor a extra statistic entry. Example blog entity: /** * @ORM\ManyToMany(targetEntity="Statistic", ...
0
votes
1answer
42 views

PHP lockout user after 3 failed log ins for 10 minutes

I have the code for a log in system almost done. I have it working that a user gets 3 attempts to login and receive a message each time saying that they have a certain number of attempts left. ...
0
votes
1answer
31 views

What does readerQuotas --> maxStringContentLength exactly refer to?

I have read on msdn that the attribute maxStringContentLength of the readerQuotas for a WCF client means: A positive integer that specifies the maximum characters allowed in XML element ...
0
votes
0answers
4 views

Is there a limit on the number of sites that you can run off one instance of the Composite CMS?

Is there a limit on the number of sites that you can run off one instance of the Composite CMS? I am interested in running a large number of microsites with 10 or fewer pages. Initially we would start ...
0
votes
1answer
20 views

mySQL - LIMIT syntax to get all the rows after a certain point?

I hope this is a very easy answer: I can use LIMIT 2,4 to give me records 3,4,5,6 How can I get all the records from 3 onwards? If I use LIMIT 2 It will just give me the first 2 rows? Right?
1
vote
1answer
36 views

How to implement limit with Nhibernate and Sybase

We use Nhibernate 3.3 to connect to our Sybase Ase 15 database. Everything is fine except for the non support of the limit (or top). It is implemented in sybase but not in Nhibernate. Do you have a ...
0
votes
1answer
41 views

Plot Integral with variable limits in Matlab

I'm having some trouble trying to solve and plot an integral in matlab. In fact, I know that if a solve one, I'll solve all the integrals that I need now. I have plot in x axis a value of a variable ...
0
votes
1answer
21 views

Php str_replace limit in Array

$orjinal =$_POST['orjinal']; $false = file_get_contents("false.txt"); $true = file_get_contents("true.txt"); $false1 = explode("\n", $false); $true1 = explode("\n", $true); $new = ...
-4
votes
1answer
28 views

limiting number of products that can be created [closed]

How can I limit the maximum number of users or members created, and a limit to the maximum number of products that can be created in a test ecommerce script. It uses php and mysql. I imaging that is ...
0
votes
1answer
28 views

SQL Order By with LIMIT and OFFSET. SORT every matched rows at once

I want to create SQL sorting query with help of ORDER BY. I split result with LIMIT and OFFSET keywords so after querying single page displays 10 items. The thing is that I have to use ORDER BY for ...
0
votes
0answers
36 views

Load More Button Android with Limit and Offset

I have implemented a custom scroll view (not list view). Its using Intent Service to hit the server with offset and limit and display the result. For instance. i set offset = 0 and limit = FIRST_BATCH ...
1
vote
1answer
27 views

How to limit x-axis of 3D animated mesh in MATLAB

I have an animated 3D mesh of a sine wave, but i want to limit all my axis to specific ranges. Here is a piece my code: [x,t] = meshgrid(x,t); j=1; while 1 j=j+1; y = ...
0
votes
1answer
61 views

Android application with more than 100 MB preloaded sqlite database

we are developing an android application for a survey. During the survey the enumerators check people against a preloaded sqlite database. Size of the preloaded database is likey to be more than 100 ...
0
votes
4answers
43 views

Only allow certain characters to be entered in html textinput

I just need to allow a user to enter the following characters in the textinput: a-zA-Z0-9!@#$%^*_| <form action="http://www.cknuckles.com/cgi/echo.cgi" method="get" name="logOn"> User ...
0
votes
2answers
30 views

Problems with more than four variables in mail() - PHP

I am trying to build a form which submit a copy to the form owner and the user. However when I try to insert a fifth variable into mail() it seems as if the last of the variables stops working: if( ...
-2
votes
0answers
94 views

How to limit FFMpeg CPU usage? Threads? [closed]

I read lot of forum comment how to limit ffmpeg cpu... many people wrote to use this formula : nice -n 10 or 20 it's ok. But I don't know what number should be use in ffmpeg threads? 0 or 1, 2, 3 I ...
3
votes
2answers
66 views

Powershell - Delete directory regardless of 260 char limit

I'm writing a simple script to delete USMT migration folders after a certain amount of days: ## Server List ## $servers = "Delorean","Adelaide","Brisbane","Melbourne","Newcastle","Perth" ## Number ...
0
votes
2answers
68 views

Limit number of products displayed in random products block in Magento

How can the solution provided in Magento limit the number of products shown with in the new products block be applied to a random products block displayed on the home page? I currently have the code ...
0
votes
1answer
43 views

Import database even if it exceeds the limit size

I've noticed that mysql accepts only 2,048kb size of database but mine is 3.45mb. Does anyone know how to import the database? I'm only using phpmyadmin. Thank you so much! :)
0
votes
1answer
37 views

Can LIMIT alter results of queries?

I have a database like twitter who have users and msgs and users can subscribe and block other users. I need to show msgs from subscribed users that are not blocked, so i have a query like this: ...
0
votes
2answers
38 views

How to limit execution time on a php script

I'm running a php script via Linux (not via my browser) (php script.php). Now, I want to limit the execution time to let's say 10 seconds, which means that after 10 seconds the process will shutdown ...
0
votes
3answers
98 views

jQuery Show More / Less Content

I'm having problems with showing and hiding content of a <p> tag what I need to do is have it so my 160 characters is limited to 40 when the page loads and then when you click show more it'll ...
0
votes
0answers
26 views

Connections maxed with memcache?

I'm using two memcache servers via php memcache->addServer and they always seem to have a max connection of ~110 no matter what I do and I'm wondering if it's creating a large bottleneck. The number ...
0
votes
1answer
176 views

Limit dropzone.js file upload

I'm trying to limit the file uploads to allow uploading only 1 file. I'm pretty sure this has something to do with altering the selectedfiles callback, but haven't gotten it to work yet. Has anyone ...
0
votes
2answers
58 views

hard limit on java heap size [duplicate]

This goes to all Java heap/GC experts out there. Simple and straight question: is there a hard limit on the maximum figure one can set the Java heap size to? One of the servers I'm working on is ...
0
votes
0answers
30 views

does the offset in a limit affect performance?

The simplified question (without context) is bold text, due to my tendency to over elaborate I am in a situation where I need to select a random record from the result of a very dynamic query. For ...
0
votes
1answer
28 views

Duplicate products in MySQL using Paging by LIMIT and OFFSET

I have a query that gets a bunch of products for a product list using ajax and infinite scorll. If you notice at the end, it makes use of offset to "page" between lists of products, which would mean ...
0
votes
1answer
24 views

gmake change the stack size limit

If my current environment, $ ulimit -s 10240 But if I run a process through gmake, the stack size is unlimited. For instance (the ;: is to make gmake use the shell to execute the command, ...
0
votes
0answers
9 views

ReadAllText not Reading all text from a file

I have a program that searches using ReadAllText from a file. The file is only 2.2meg. It reads about 80% and does not give an error. It just does not find my searches in the 20% extra text. What can ...
0
votes
1answer
45 views

more than one connection in NodeJs

I need to make download script by NodeJs,which limit connections number and speed for each session. I can read file and write is to response by NodeJs, maybe I can limit speed by sleep package of ...
-1
votes
4answers
38 views

PHP: Set duration before commenting again [closed]

I made a comment section for my project. But it lacks some 'security' I guess? 1) I can comment as many as I want. 2) Similar comment is not disabled. I'm wondering if there is such a thing in PHP. ...
0
votes
0answers
23 views

Issue with page refresh - How to set refresh to stop after 100 refreshes?

I am using the following HTML code to embed a checkbox on my website that will allow the page to be refreshed every 30 seconds if the box is checked. Everything works fine, but I would like to set a ...
0
votes
1answer
27 views

Limit distinct values in MySQL

I'm building something extremely similar to a "store locator" app. This queries by lat and lon and produces the nearest locations within a radius. This is working perfectly fine, but my database ...

1 2 3 4 5 30