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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10058859.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10756683.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20789827.html
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.
http://www.experts-exchange.com/Programming/Languages/C/Q_20963257.html
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...
http://www.experts-exchange.com/OS/Miscellaneous/Q_21168663.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21341295.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21751273.html
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 ...
http://www.experts-exchange.com/Database/MySQL/Q_22630008.html
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...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
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...
http://www.experts-exchange.com/Database/Oracle/Q_23021398.html
Zones:
OracleDate Answered: 02/20/2008 Grade: A Views: 0