What's wrong with this query?
    Ruslan Zasukhin 
    sunshine at public.kherson.ua
       
    Mon Jun  8 11:06:18 CDT 2009
    
    
  
On 6/8/09 6:58 PM, "jda" <jda at his.com> wrote:
> This search works:
> 
> Select  id,uniqueID from thetable WHERE url REGEX
> 'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?'
> 
> 
> This fails:
> 
> Select  id,uniqueID from thetable WHERE url REGEX
> 'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd'
> 
> 
> This also fails:
> 
> Select  id,uniqueID from thetable WHERE url REGEX
> 'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi\?cmd'
> 
> 
> So it seems that nothing can come after the question mark, even if
> the question mark is escaped (am I escaping it correctly?).
Ivan,
Can you check this in Vstudio ?
-- 
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
    
    
More information about the Valentina
mailing list