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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.