HI Everyone,
I am running a big delete query through some code and it is TAKING AGES. It took about 20-30 seconds on a test database but when i tried it on our production database (that has to remain in use) it took about 4 hours.
All up this query cycles through only about 400 records (the...
Hi.
I want to be able to export my Outlook Calendar so that I can put it on the web allowing clients to see when I am free and when I am busy. If I could make this automatic using active server pages or similar then that would be great!
Any ideas, comments?
Thanks
hi.
Check out
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndude/html/dude07232001.asp
This shows a way to do it using htc includes.
An easier way is to use asp. Make the column headers into HREF's. Link to the same page and pass forward the sort order in the query...
Hi people.
I am trying to set up in Excel a way for the spreadsheet to query a website on our intranet that basically gives a summary of the calls logged at our call centre... number added over the last week, number completed etc.
I know I can get that data by using the spreadsheet as an...
in php all strings have a dollar sign in front of them (and its all automatic!)
so if the URL is passed forward in the querystring (something.php?url=www.myplace.com)
then $url is already www.myplace.com
Easy huh?
Then to write it to the screen use echo
<?php
echo "$url is a cool...
I was wondering does anyone know if PHP supports parameterized queries? This is a function in asp.net that allows you to set the specific parameters for your query AFTER setting the query up. Is there something similar?
Thanks
HI!
I would like to know how to add to the current time.
The following is some vbscript that I am trying to convert to javascript. Bascially when the user chooses the priority of a job it calls a function which will add either four hours or a day to the current time and put that as the time the...
Hi
Do the commands
Request.ServerVariables(LOGON_USER),
Request.ServerVariables(REMOTE_USER),
& Request.ServerVariables(AUTH_USER)
work on a system runing off a novell server?
Currently my asp is sitting on an NT server and I cannot see any issues with swapping it to a Novell server but someone...
Just to let you all know.....
I have got this query to work now. I changed the query in access. Before it was quite a complex join so I made an intermediary query first and then joined two of them.
Basically the problem was in the access query - NOT in the asp code.
B
Time_stamp is the date and time that the record was entered into the database.
It is set as a date/time field in Access.
Basically all the query does is look for all the orders that were entered into the system in a certain time frame.
B
Hi,
I'm trying to write a pretty basic report with asp. The inputs are the ledger code (account code) and the start and finish dates of the report. For some reason it doesn't like my query.
I used response.write to show it on screen.
Next I tried copying the query into Access and it worked...
Thanks guys but your ideas didn't actually help.
The code WILL select the text, but it won't let you write over it? Then you go to another area, go back again and NOW you can change the text.
I want the user to just be able to put in the value as soon as they enter the screen. SO at the moment...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.