Advertisement

1 - 10 of 180 containing alltags:("faster") (0 seconds)
I created a procedure that probes and access database using the jet. Basically I want to go through the database field and put the contents in a combo box.  While it does that I want the procedure ...
Zones: Visual BasicDate Answered: 06/19/1998 Grade: A Views: 0
What is the fastest form of IO that reads a complete html page from a specified url ? I am using the url and URLConnection objects, and passing their input streams to a buffered reader. afterward...
Zones: JavaDate Answered: 08/10/2000 Grade: A Views: 0
I've been trying to use a Hashtable or a ListDictionary to store name/value pairs, where the value is of type "single". Now either method works, but the problem is that I use the values in calcu...
Zones: .NETDate Answered: 11/14/2003 Grade: B Views: 0
I just wanted to know: Is the mod operation on integers faster than division on integers? And the reasons for either answer. Just out of curiosity.
Zones: CDate Answered: 04/24/2004 Grade: A Views: 0
I have a dilemma.  I have 20 computers that currently use auto-login accounts.  Users sit down and work away at them.  They're pretty locked down, but still no password.  I've been given approval t...
Zones: Operating SystemsDate Answered: 10/15/2004 Grade: B Views: 0
Hello, I am using M.access 2000 and I have just finshed my databese "Wholesale.db". In form "Invoice" I made combo box "ItemNumber", which has "AfterUpdate" procedure and when user choose "It...
Zones: MS AccessDate Answered: 03/09/2005 Grade: A Views: 0
Hi, which is faster and why? select * from table1 where (day(dtstart)between 13 and 15) and month(dtstart)=1 and year(dtstart)=2006 or select * from table1 dtstart>='1/13/2006' and d...
Zones: MS SQL ServerDate Answered: 02/25/2006 Grade: A Views: 0
is there a way to say DELETE from 1 through 7 faster then listing each id number, i only need to delete ids 1-7 and no more but seems pretty long winded. DELETE FROM `#__fb_categories` WHERE ...
Zones: MySQL Server, DatabasesDate Answered: 06/12/2007 Grade: A Views: 9
Hey Guys,      I am looking for any help on making this code a littel faster other then turning off screen updating.  I am sort of self teaching myself vba, so I apologize for the messiness of t...
Zones: MS ExcelDate Answered: 08/05/2007 Grade: A Views: 0
I have a table called revneue that is partioned by  a field called  YYYYMM (varchar2). Now I want to find all the revenue for some accounts in the year 2007. SO in my where clause do I need to have...
Zones: OracleDate Answered: 02/20/2008 Grade: A Views: 0