I want to index a top-level directory but I only want to include certain directories underneath. I have used the tag cf_pathindex and that works great....but it does not allow me to exclude a dire...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_11447778...
We want to do a SQL Load using 8i loader.
We have records from the file that contain an 'A','B','C','D' ....'N' in a
varchar2(1) column, field1. We want to exclude all except A-D. We are t...
http://www.experts-exchange.com/Database/Oracle/Q_20097064.html
Zones:
OracleDate Answered: 03/27/2001 Grade: A Views: 0
Hi,
I'm running rsync. I would like to exclude some dir but the case is I would like to exclude by refer to symbolic link dir instead of the dir itself.
ex:
file_a -> /fs/junk/rubbish
i...
http://www.experts-exchange.com/OS/Unix/Q_20311101.html
Zones:
UnixDate Answered: 02/17/2003 Grade: A Views: 0
Hi Friends,
How can I get number of days between two days excluding Sunday by using DateDiff function or other method.
Thanks & Regards
Manoj
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20454122.html
Zones:
MS AccessDate Answered: 09/20/2003 Grade: A Views: 0
Hi,
I have a form with a textfield which I want to validate before the form is submitted. The textfield is not allowed to contain spaces and the following characters:
,.<>/*&^%$#@!~-_ .,
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20619511.html
Zones:
JavaScriptDate Answered: 05/21/2003 Grade: A Views: 0
I have 4 fields that help track the response time of the technicians at work.
The four fields are DateInitial, InitialTime, DateArrived, ArrivalTime,
These four fields added together give me ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20827783.html
Zones:
MS AccessDate Answered: 12/16/2003 Grade: A Views: 0
I have my site hosted remotely.
I would like to create a CFCOLLECTION, but exclude certain pages (such as Application.cfm, robots.txt, and anything with _vti_cnf in the URL).
How can this be ...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20930409...
I am outputing DIR to a TXT file that I want to email.
I want to exclude some portions.
Here's a sample of how it is:
c:\Temp\vid>dir
Volume in drive C has no label.
Volume Serial Number...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_21108824.html
Zones:
MS DOSDate Answered: 08/26/2004 Grade: A Views: 0
With this code:
<select name="strFileList">
<%
set objFSO = CreateObject("Scripting.FileSystemObject")
set objFolder = objFSO.GetFolder(Server.MapPath("..\InProgress"))
for each objFile ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21256962.htm...
Zones:
ASPDate Answered: 12/29/2004 Grade: A Views: 0
I have this cool little ASP below that takes an open table and prints all contents. Question is can I easily exclude certain tables fields?
<TABLE BORDER=1>
<TR>
<%
' %%%%%%%%%%%%%%%%%%%%%%%...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21327619.htm...
Zones:
ASPDate Answered: 02/25/2005 Grade: A Views: 0