2
votes
5answers
86 views
Limit client to visit a website with 1 tab and 1 browser?
I would like to do something like play.clubpenguin.com.
What it does is that, when you visit the site, maybe using firefox or IE, if you opened a new tab or use other browser, when you visit that …
0
votes
2answers
34 views
How To Limit a WCF Service Application, So That Only Unique Clients Can Access
i have a wcf service in c# (like the calculatorservice from msdn examples), and i was wondering is it possilble to limit it to serve only 1 client per IP?
i want the possibility of a few IPs to be …
0
votes
4answers
23 views
MySQL join with LIMIT 1 from two tables
I have two tables. One with information about properties. The other stores 3 images for each property. Of these three images - one is marked as being the "main" image.
So I have:
Properties:
p_id …
-1
votes
3answers
88 views
Conditional limit in mySQL query possible???
Hi everyone,
i am faced with a decicion regarding handling threaded comments in our project...
I have a simple MySQL table which holds all the comments. There are two types: parents and childs. …
1
vote
3answers
63 views
Limit foreign key choices in select in an inline form in admin
Edited :-) Hopefully a bit clearer now.
The logic is of the model is:
A Building has many Rooms
A Room may be inside another Room (a closet, for instance--ForeignKey on 'self')
A Room can only …
1
vote
5answers
34 views
Decrement in mysql goes past zero
I am trying to do this in mysql:
UPDATE table SET value = value - 1 WHERE blah blah
If value is 0 and this is run value is set to 4294967295. This is because it is an unsigned integer so it is …
-1
votes
4answers
43 views
Limit the # of rows being housed in a SQL table
This is a table design issue. I have a table that stores IP addresses. The data in the table is queried very heavily. The IPs can have different flags such as "unblocked", "temporarily blocked" and …
1
vote
2answers
12 views
How do you enable LIMIT for DELETE in SQLite?
Using PHP, I have a simple database that may store multiple items with the same content. I want to delete the first occurrence of an instance when I use DELETE.
How do you enable LIMIT for DELETE in …
2
votes
2answers
108 views
SQL: Is “LIMIT 1” recommended for query where WHERE condition is based on PK ?
I am querying a mySQL database to retrieve the data from 1 particular row. I'm using the table primary key as the WHERE constraint parameter.
E.g.
SELECT name FROM users WHERE userid = 4
The …
3
votes
3answers
135 views
Simple query takes 15-30 seconds
The following query is pretty simple. It selects the last 20 records from a messages table for use in a paging scenario. The first time this query is run, it takes from 15 to 30 seconds. Subsequent …
1
vote
2answers
35 views
Does anyone know of a way to view all compiler warnings for a VB.NET project?
VB.NET has this rather annoying limitation which caps compiler warnings reported at 100.
vbc : warning BC42206: Maximum number of warnings has been exceeded.
This makes things rather frustrating …
1
vote
4answers
49 views
jvm heap limit on SUSE
hello,
I hope you can help me on the problem we have with SUSE and JDK 1.4.x:
my suse is PAE enabled with 15Gb RAM.
unfotunately jvm cannot allocate more than 1900Mb for heap size.
So java -Xmx2048m …
0
votes
2answers
68 views
Limiting characters inside HTML paragraph
I want to make it so there's only 350 characters inside the paragraph, regardless of how many characters are put into it, I only want 350 displayed.
How can I do this?
The text is just in a div tag …
3
votes
2answers
101 views
What is the Equivalent syntax of mysql “ LIMIT “ clause in SQL Server
What is the Equivalent syntax of MySQL " LIMIT " clause in SQL Server . I would like to use it for doing paging of my results. (want to show records5 to 10 )
0
votes
2answers
32 views
SharePoint - Approaching Website Storage Limit Email
Hi all,
How can i go about changing the distribution list as well as the email text for the email that goes out to site collection admin when a site collection approaches it's size limit?
Thanks for …
