IIS Index Server - Checking the value of a property OR if the propery is not cached.

This is Interesting: Free IT Magazines  
Home > Archive > IIS Index Server > July 2004 > Checking the value of a property OR if the propery is not cached.





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Checking the value of a property OR if the propery is not cached.
Mark

2004-07-16, 8:04 am

I have a query that runs and checks for the value of a cached property
called validdate.

I've registerd the HTMLProp DLL and cached etc. and this is all
working fine.

However, when add the following:

strQuery += " AND @validdate <= " ;
strQuery += fnFormatUtcDate(dteNow);

to the query I receive ONLY those files with the cached property (i.e.
I also want all files that don't have a validdate at all:

strQuery += " AND (@validdate <= " ;
strQuery += fnFormatUtcDate(dteNow);
strQuery += " OR @validdate IS NULL )";

This still only returns those files with the validdate!?!?!

I can't used = "" as the Cisso object inform me it's expecting a
date!!

Any advice would be splendid!
Mark
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com