close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Adding 'OR' to recordset breaks results page

Thread began 8/31/2017 7:22 pm by Brendan | Last modified 8/31/2017 10:00 pm by Ray Borduin | 328 views | 1 replies |

Brendan

Adding 'OR' to recordset breaks results page

I have a field called 'DetailSchool' which is what I am searching for via URL (?DetailScool=XYZ&Search=Search) where the recordset includes "WHERE DetailProductID = '2'. This works great.

But when I add "WHERE DetailProductID = '2' OR '3', the results no longer filter by the DetailSchool info in the URL. I have also tried "WHERE DetailProductID <> '99' but that seems to break the search too.

Am I formatting something wrong, or is this just not going to work? Any other ideas on how i might do this. The reason the school name isn't in the recordset is because i'm trying to send 45 schools to the same results page, and just filter the result based on the URL.

Sign in to reply to this post

Ray BorduinWebAssist

That isn't valid SQL you would have to either use:
WHERE DetailProductID = '2' OR DetailProductID = '3'
or
WHERE DetailProductID IN ('2','3')

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...