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 TouchToneTommy 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: *

  1. mellynda

    how can I launch an application from asp page?

    Hello, I'm trying to launch an application (.exe) from an asp page. Here is what I write: <% Dim variable_execution Set variable_execution=Server.CreateObject(&quot;ASPExec.Execute&quot;) variable_execution.application = &quot;cmd&quot; variable_execution.parameters=&quot;/c...
  2. mellynda

    Change the date format from dd/mm/yyy to mm/dd/yyyy in ASP

    Hello, I'm french and the default date format is &quot;dd/mm/yyyy&quot;. I would like to change this format into &quot;mm/dd/yyyy&quot; in order to use it into a sql request. I've found the fonction in VBA : format(date,&quot;mm/dd/yyyy&quot;) but it doesn't work in ASP. Does someone has the...

Part and Inventory Search

Back
Top