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: kirthi97
  • Content: Threads
  • Order by date
  1. kirthi97

    UPDATE Query

    Hi, I have a table GUPI where I have p_key, AcctUnit, Employee, Description columns. Here p_key is the primary key for this table I have to copy AcctUnit for each Employee where Description="Regular Earnings" to the AcctUnit of that Employee where Description = "401K". I used the following...
  2. kirthi97

    XMLHttpRequest Object

    I have to write a code that runs on the server that posts an XML file to the given URL using XMLHttpRequest Object. I know that I can use XMLHttpRequest Object on the client side in JavaScript to do this. But is there anyway where I can use XMLHttpRequest object on the server side which can be...
  3. kirthi97

    JavaScript and XMLDOM

    Hi I am new to Java script and XMLDOM. I have an XML file on my local sever and I have to send it to a different company using HTTP post. They use XMLHTTP and XMLDOM to retrieve it. I am a java programmer and I am trying to use Java script and XMLDOM and XMLHTTP to send the file. I know I can...

Part and Inventory Search

Back
Top