0
votes
2answers
57 views
Apache Django Ajax time or size limit
My ajax responses seem to die out now that I am sending so much data in response to a search form request. I'm using Django with Apache and Firefox and Chrome noth die out if I do …
0
votes
4answers
490 views
Open Office org Calc (spreadsheet): limit of 64k rows?
I was using a not-so-up-to-date version of OOo.calc (Open Office Spreasheet component, version 2.04, default for RHEL 5), and bumped into a nasty surprise. When trying to import a …
1
vote
2answers
61 views
oracle where in limitation to 1000 / hibernate
Oracle knows the limitation to 1000 elements in the where a in (..) clause. Does this limitation also exist when using Hibernate in conjuction with Oracle?
0
votes
0answers
9 views
ActionScript 3.0, Flash 10.0, Maximum Number of Cue Points, Video
Is there a limit on the number of Cue Points you can use in Flash Video targeting Player 10.X?
3
votes
2answers
89 views
JRuby limitations when working with Java Classes
As far as I understand JRuby, it is perfectly possible to use Java class inside JRuby code and vice versa, however, I still don't understand few things.
can JRuby work with Java …
0
votes
4answers
161 views
mysql Varchar size limit
Hi All,
Can anyone provide me a quick input on how mysql treat varchar data type size.
For Example: - If I have a column in table with field with Varchar(15) and if I try to inse …
1
vote
1answer
65 views
Are there any limitations to what can be done in an inline onclick handler?
When adding code to an onclick handler, are there any limitations to what can be done?
Can I have unlimited statements separated by ; ?
Can I declare variables that will live in t …
1
vote
2answers
94 views
Crystal Reports Error: The Maximum Report Processing Jobs Limit…
On my web server, which is running Crystal Reports 2008 SP2 I've been getting the error "The maximum report processing jobs limit configured by your system administrator has been r …
1
vote
5answers
122 views
Is there a limit when using php mail function?
I am using php and mysql
I am going to send 10k++ (ten thousands plus) emails to update my subscribers, and this is the first time I am going to send them. I will use php mail fun …
1
vote
6answers
132 views
What are .NET’s uses and limitations?
I have a very shallow idea of .NET and C#/C++.NET. I've used it a few times to create some simple, stand-alone apps. From my simplistic viewpoint, I look at it as another "framewor …
3
votes
1answer
83 views
Limited matrices in Ruby
How come the Matrix class has no methods to edit it's vectors and components? It seems like everything inside a matrix could be read but not written. Am I mistaking? Is there some …
4
votes
6answers
633 views
What happen in SQL 2005 when it run out of number for an autonumber column?
What happen when SQL Server 2005 happen to reach the maximum for an IDENTITY column? Does it start from the beginning and start refilling the gap?
What is the behavior of SQL Ser …
3
votes
6answers
2k views
How to put more than 1000 values into an Oracle IN clause
Is there any way to get around the Oracle 10g limitation of 1000 items in a static IN clause? I have a comma delimited list of many of IDs that I want to use in an IN clause, Som …
9
votes
4answers
252 views
Accurately accessing VB6 limitations
As antiquated and painful as it is - I work at a company that continues to actively use VB6 for a large project. In fact, 18 months ago we came up against the 32k identifier limit. …
1
vote
2answers
98 views
How to implement very large scrolled view in Cocoa
Is it wise to create views in Cocoa that have dimensions around 15000 pixels? (of course only small part of this view will be visible at a time in a NSScrollView)
Interface Builde …
