Jim and Kathleen have both replied with info about using the Equal, Not Equal, etc. operators when
using the FP database components.
The Operators are basic VBScript operators, they are not unique to the FP Database Component, anyone
using ASP will have to use them at some point.
For a reference on the VBScript language visit:
http://www.microsoft.com/frontpage/d...tail.asp?a=149
Download and install this FP Help menu add-in.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"robert" <(E-Mail Removed)> wrote in message
news:F04AEEB3-06B6-4179-8388-(E-Mail Removed)...
> Yes, actually I do plan on learning asp.net because I would like to (eventually) incorporate
photos into my records.
> But, for now I just need to get this done as I planned. I'm already 12 days late finishing and it
now absolutely must be done by Friday. So as you can see I'm on a tight schedule.
> Having a hard time trying to understand or even get information about the comparisons within the
more options criteria. The following descriptions and what they mean and relate to other Ids or
categories or whatever. This information is not to be found, perhaps that's because it's
comprehensible to most, but not me. The descriptions and what they mean have no meaning to me. But
you don't use the DBW and that is where these options are. Perhaps you can refer this to somebody
who does, and is working the discussions group now like you are.
> Operator Description
> = Equal
> <> Not equal
> > Greater than
> < Less than
> >= Greater than or equal
> <= Less than or equal
> BETWEEN Between an inclusive range
> LIKE Search for a pattern
>
> Frontpage does not explain these options.
> The greater and less than.. is that for numeric strings, i'm assuming
> I cant find explanations to these descriptions anywhere
> Help!
>
>
> "Thomas A. Rowe" wrote:
>
> > Robert, it just may be time to think about learning to hand coding, as you will be able to
> > accomplish a lot more outside of using the FP database components and in many cases a lot less
code.
> >
> > --
> > ==============================================
> > Thomas A. Rowe (Microsoft MVP - FrontPage)
> > WEBMASTER Resources(tm)
> > http://www.ycoln-resources.com
> > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> > ==============================================
> > To assist you in getting the best answers for FrontPage support see:
> > http://www.net-sites.com/sitebuilder/newsgroups.asp
> >
> > "robert" <(E-Mail Removed)> wrote in message
> > news:A0DD19F1-2DDD-4E46-AD75-(E-Mail Removed)...
> > > That's great, you know Greek. unfortunately, I'm not hand coding. Can I insert that code with
the
> > necessary adjustments (of course) into FP DBW region? Probably not, nothing is ever easy and it
has
> > been one of "those" days, make that "those" weekends. Every time I think I'm getting close to
> > finishing I hit a wall bigger than the last.
> > >
> > > "Thomas A. Rowe" wrote:
> > >
> > > > If you were hand coding your ASP, you would create your Query similar to the following:
> > > >
> > > > <%
> > > > Dim Twn
> > > > Dim Cat
> > > > Twn = Request.QueryString ("Town")
> > > > Cat = Request.QueryString ("Category")
> > > > %>
> > > >
> > > > sql = "Select * From tablename WHERE Town = '" & Twn & "' And Category = '" & Cat & "' "
> > > >
> > > > --
> > > > ==============================================
> > > > Thomas A. Rowe (Microsoft MVP - FrontPage)
> > > > WEBMASTER Resources(tm)
> > > > http://www.ycoln-resources.com
> > > > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> > > > ==============================================
> > > > To assist you in getting the best answers for FrontPage support see:
> > > > http://www.net-sites.com/sitebuilder/newsgroups.asp
> > > >
> > > > "robert" <(E-Mail Removed)> wrote in message
> > > > news:6E4EC4AE-357C-4A49-82B2-(E-Mail Removed)...
> > > > > I have set up a separate asp page to retrieve records and display only the results within
the
> > > > specified town ( I set that up via Field, Equal, Value "specified town" ) That works great,
it
> > only
> > > > calls up the records with the specified towns. Now I also wish to retrieve a category such
as
> > > > antiques, but only the antiques located in the above towns.
> > > > > Is this even possible, if so, any idea where to begin and what to research?
> > > > > Thanks
> > > > >
> > > >
> > > >
> > > >
> >
> >
> >