1
vote
2answers
14 views
Limiting the number of selectable files in a Flash file upload dialog
Is this possible through flash?
I have to create a flash uploader where you can define the maximum number of files that can be selected.
2
votes
1answer
80 views
How many maximum connections can oracle have ?
How many maximum number of connections can oracle handle ?
The following is a summary for my sql, i need similar stats for oracle :
The maximum number of connections MySQL can su …
1
vote
1answer
326 views
How do I determine the maximum and minimum value for an Oracle NUMBER column?
Is there a simple formula for determining the maximum and minimum values for an Oracle NUMBER column with (p, s)?
0
votes
5answers
53 views
sql query …multiple max value selection . help needed
Business World 1256987 monthly 10 2009-10-28
Business World 1256987 monthly 10 2009-09-23
Business World 1256987 monthly 10 2009-08-18
Linux 4 U 456734 monthly 25 …
0
votes
0answers
34 views
How many maximum files per directory on CentOS 5 64bit or Linux RedHat 64bit? [closed]
Now, I have any 20,000 files in single directory.
How many maximum files per directory on CentOS 64bit ext3?
1
vote
6answers
330 views
PHP Retrieve minimum and maximum values in a 2D associative array
I have an array in this format:
Array
(
[0] => Array
(
[id] => 117
[name] => Networking
[count] => 16
)
[1 …
0
votes
2answers
27 views
MySQL - Selecting records based on maximum secondary ID
Here's part of my table:
id team_id log_id
1 12 1
2 12 1
3 12 1
4 12 1
5 1 2
6 1 …
1
vote
1answer
43 views
NSTextField set maximum characters
Is there an easy way for me to set a limit on the amount of characters my NSTextField can have? I don't want to have a counter then warn the user if it's over the limit, I want to …
1
vote
3answers
60 views
SQL statement for maximum common element in a set
I have a table like
id contact value
1 A 2
2 A 3
3 B 2
4 B 3
5 B 4
6 C 2
Now I would like to get the common maximum value for a given s …
4
votes
2answers
1k views
Maximum length of the textual representation of an IPv6 address? [closed]
I want to store the data returned by $_SERVER["REMOTE_ADDR"] in PHP into a DB field, pretty simple task, really. The problem is that I can't find any proper information about the m …
1
vote
3answers
316 views
Connection refused when trying to open, write and close a socket a few times (Python)
I have a program that listens on a port waiting for a small amount of data to tell it what to do. I run 5 instances of that program, one on each port from 5000 to 5004 inclusively. …
1
vote
1answer
46 views
SQL Max(something,0) type solution
Hi
I would like to do the following:
SELECT sum(max(field-10,000,0)) from TABLE
as in, I want to have field-10,000 summed up, but if field-10,000 < 0 then I want it to add 0. …
1
vote
4answers
260 views
Problem with java not releasing oracle cursors.
Hi,
I'm working on the following code below, (edited for clarity), that is giving me a few problems with open cursors in Oracle.
Basically I am trying to select data from the DB a …
0
votes
2answers
37 views
Apache Redirects/Rewrite Maximum
I have a migration project from a legacy system to a new system. The move to the new system will create new unique id's for the objects being migrated; however, my users and search …
0
votes
2answers
98 views
Longest pathname string in Mac OS X HFS+
I'm trying to find a definitive answer (e.g. Apple developer documentation) for the maximum length of a complete path string on Mac OS X. I've seen various non-authoritative sites …
