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 SkipVought 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: barquin
  • Order by date
  1. barquin

    Accessing form data from previous previous pages.

    Yes, you can use Session("myvar") = some value and you can get the value of Session("myvar") from any page as long as the session is active. By default it is active 20 minutes, but you can use: Session.Timeout = n to modify this default, where n is in minutes. I...
  2. barquin

    ASP: exception occurred??!?!

    Have you tried testing your code on another computer, or testing other pages that use ADO, I guess it might be a problem with your ADO installation.
  3. barquin

    how could I get the date in "mm/dd/yy" format using getdate() function

    Hi, I'm having the same problem but in the other sense, I need to remove the date from a datetime field but none of the CONVERT styles seem to work. Anybody knows what can I do? Thanks, Juan

Part and Inventory Search

Back
Top