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 strongm 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: caguar
  • Order by date
  1. caguar

    Help with Enumerating Folder information

    I'm assuming you're running on Windows. Sounds like something the File System Object can accomplish, though a quick look showed some issues with hidden shares. Here are some references: http://www.15seconds.com/issue/000816.htm http://www.sloppycode.net/fso/?m=64
  2. caguar

    .exe files

    This may work. Haven't tried it with that specific format, but it's worth a try: In IIS manager, right-click on the site to get the properties. Select the Home Directory tab (on IIS 5), and under Application Settings, click the Configuration... button. Under the Mappings tab on the window...
  3. caguar

    SQL Date Question

    With Oracle, try sysdate, rather than date(). I believe that's Oracle's built-in variable to return the system time/date. Cheers, -Laurie
  4. caguar

    SQL Date Question

    Date() works fine for me in Dreamweaver, connected to Access. The following is a working example from one of my pages: SELECT PP, StartDate, MidDate, EndDate FROM PayPeriod WHERE Date() BETWEEN StartDate AND EndDate; What database are you using? Transact SQL has different functions in each...

Part and Inventory Search

Back
Top