Checking the value of a property OR if the propery is not cached.
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS Index Server > Checking the value of a property OR if the propery is not cached.




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

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


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-16-04 01:04 PM

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





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:01 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register