Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: l310564
  • Content: Threads
  • Order by date
  1. l310564

    There are fewer columns in the INSERT statement isn't the answer

    Hello, I have an application that converts one database to another. This application has multipule threads all inserting diffrent data into the new database. The code works for a number of inserts ranging between 24 and 120 but then fails with the error: There are fewer columns in the INSERT...
  2. l310564

    Insert Failed Strange Error

    Hello, I have an application that converts one database to another and one of the functions I use is insert_Note below. This application has multipule threads all inserting diffrent data into the new database. The code below works for a number of inserts ranging between 24 and 120 but then...
  3. l310564

    Multipule or single user?

    Hello, I think my head is about to explode. I have a flash application that connects to a asp.net web service. The flash application allows people to logon and query/ update the database through the web service, they can be logged on for hours and continuously be accessing the database. I...
  4. l310564

    asp.net Database Access

    Hello, I think my head is about to explode. I have a flash application that connects to a asp.net web service. The flash application allows people to logon and query/ update the database through the web service, they can be logged on for hours and continuously be accessing the database. I...
  5. l310564

    Windows 2008 web server time bug

    Hi, I have been using a development version of windows 2008 for a couple of months as a web server running iis and PHP. I decided that i had beter get a licence so purchased a copy of windows 2008 web server and did a clean install, reinstalling iis and PHP. The only error i have is the...
  6. l310564

    Active Directory Killing > 2003

    Hi, I have an issue which i think is to do with windows server 2000 active directory (This is because i was fiddling with it when all the problems started and i can't remember what i did). I have a 2000 server acting as my domain controller with 40 odd pc's, all, except 1 which runs vista...
  7. l310564

    404 error on existing page!

    Hi, I have a website where i'm getting 404 errors on a page that exists. All the people that are getting this error have the following User Agent Header. Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;1813) From what i have read this is invalid due to the lack of a space between ; and...
  8. l310564

    perhaps a trigonometry question

    I'm having a little problem with triangles. I have two points on a form with a line drawn between them. What I want to do is place a triangle in the middle pointing to point A from point B, where ever that maybe on the form. This is more of a maths question than a programing one but how do you...
  9. l310564

    Locking Stored Procedures

    Hi I was wondering if it is possible to allow only one query to execute a stored procedure at a time. I.e. user 1 and 2 try to run the procedure at the same time but it makes user 2 wait until user 1 has finished running the stored procedure. Cheers, Hugh If knowlege can create problems it...
  10. l310564

    Call information when call is initiated!

    I have figured out that you can get the call information using SMDR and telnet once the call has ended but is there anyway i can get information when the call is initiated? Cheers, Hugh If knowlege can create problems it is not through ignorance that we will solve them. Isaac Asimov
  11. l310564

    BCC Problem

    Hi, I recently sent out an HTML message using a third party tool. When i checked my e-mails i wasn't surprised to see that someone had received it as plain text but what i was surprised about was he could also see everyone the e-mail had been BCC'ed in to. Surly this shouldn't happen but is it...
  12. l310564

    Override Save/saveas

    Hi, I'm tring to override both the save and save as commands. I have managed to override the save command with the following code: Public Sub FileSave() MsgBox ("hello") End Sub But this seems to interfear with the save as command because when i try to use the save as it produces an error...
  13. l310564

    ATDT Recall command

    Hello I have an issue with trying to transfer calls using a dialer box connected to a serial port on the back of my pc (This is then connected to Ayaya IP office). From what i have read i should be able to do it using the following commands 'dial ATDT first_num; 'ring number to transfer to...
  14. l310564

    The specified module could not be found

    Hi, I have a web service that works fine on the development server by comes up with this error on the production sever. I assume this is because I don't have an Assembly installed but as far as i can tell they are all there. Is there anyway i can find out which Assembly is missing? Stack...
  15. l310564

    Datarow() to Datatable

    Hi I have an array of datarows that i wish to put into a new table, i'm completly stuck so i really hope some one can help. The code looks something like this dim dstable as new data.datatable dim dr as datarow() dr = <array of datarows> dstable.rows.add(dr) obviously this doesn't work but...
  16. l310564

    4620 is dialing 9

    Hi i have several 4620s conected to Ip office and they all seem to be dialing before the number when you hit call from the log i.e. try to return a missed call. I have spoken to our "expert" and he is completly lost although he is conviced that it is the programing in the phone that is wrong...
  17. l310564

    Transfer code?

    Hi I have played around with ip office a little but am still new to the whole telephany thing so bare with me. I have an analog phone that is pluged into the back of a pc and then into the switch. The user then uses the pc to dial a number and speak to someone...this all works fine however...
  18. l310564

    Periodic Freezing

    Hi, I hope someone can come up with some suggestions because I'm completely flummoxed. I have a relatively small network of about 7 PCs and a SQL server. They all run various applications that access the SQL database. The problem is that it keeps freezing 2-3 times a day for up to 10 Mins...
  19. l310564

    if in repeter control

    Hi, What i want to do is if a field in a database = 12 then i want to display a button if it doesn't then don't. The problem i have is if you use <%#DataBinder.Eval(Container.DataItem, "Status")%> then you can't enclose it in an if statement. So how can i acheive this? Cheers, Hugh
  20. l310564

    Wireless Zero Service error.

    Hi, My Wirless Zero Service keeps stopping so i can connect for a couple of minitues and then disconects and i have to manualy restart the service but then the same thing happens. I presume this is because anouther service is trying to control the wireless service. Is there anyway i can find...

Part and Inventory Search

Back
Top