PC Review


Reply
Thread Tools Rate Thread

Database Results Wizards, More Options, Criteria, Comparison.....

 
 
=?Utf-8?B?cm9iZXJ0?=
Guest
Posts: n/a
 
      13th Jun 2004
Hello,
I am trying to retrieve records based on certain criteria and thought the Comparison selection might have something to do with it. There are many options to choose from unfortunately I do not know what these options mean and how to use them. I checked my book and the help menu, but I need more info. Does anybody know what these mean.. equals less than, not equal and so on….
Thanks robert

 
Reply With Quote
 
 
 
 
Kathleen Anderson [MVP - FP]
Guest
Posts: n/a
 
      13th Jun 2004
These links may help:

FP: SQL Syntax Generated by the FrontPage Database Results Wizard
http://support.microsoft.com/default.aspx?scid=kb;[LN];306430

SQL The WHERE Clause
http://www.w3schools.com/sql/sql_where.asp


--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/
Connect to the Newsgroups with Outlook Express
http://www.tushar-mehta.com/misc_tut..._ng/index.html





robert <(E-Mail Removed)> wrote:
> Hello,
> I am trying to retrieve records based on certain criteria and thought
> the Comparison selection might have something to do with it. There
> are many options to choose from unfortunately I do not know what
> these options mean and how to use them. I checked my book and the
> help menu, but I need more info. Does anybody know what these mean..
> equals less than, not equal and so on…. Thanks robert


 
Reply With Quote
 
Jim Buyens
Guest
Posts: n/a
 
      13th Jun 2004
Howdy.

The DRW is going to create a SQL (Structured Query
Language) statement that tells the database what record
to select. When you run the DRW and specify criteria,
those criteria end up in that SQL statement.

So, if you want to select records where the database
field "city" equals "Boise" here's what you would specify
in the Criteria dialog box:

Use This Search
Field Comparison Value Form Field And/Or
----- ---------- ----- --------------- ------
city Equals Boise Cleared And

If you wanted record with a price greater than $10.00 you
would code:

Use This Search
Field Comparison Value Form Field And/Or
----- ------------ ----- --------------- ------
price Greater Than 10 Cleared And

The And/Or field applies only if you specify multiple
criteria, as shown below:

Use This Search
Field Comparison Value Form Field And/Or
----- ------------ ----- --------------- ------
state Equals AZ Cleared Or
state Equals CA Cleared Or

This selects records having a value of AZ or CA in
the "state" field.

If you select Use This Search Form Field, the Web page
will get the criteria value from an HTML form field. In
this example:

Use This Search
Field Comparison Value Form Field And/Or
-------- ------------ ----- --------------- ------
proddesc Contains pdesc Selected And

the Web Page will display all records whose product
description contains whatever text the Web visitor enters
in a text box named pdesc.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------

>-----Original Message-----
>Hello,
>I am trying to retrieve records based on certain

criteria and thought the Comparison selection might have
something to do with it. There are many options to
choose from unfortunately I do not know what these
options mean and how to use them. I checked my book and
the help menu, but I need more info. Does anybody know
what these mean.. equals less than, not equal and so on?
.
>Thanks robert
>
>.
>

 
Reply With Quote
 
=?Utf-8?B?cm9iZXJ0?=
Guest
Posts: n/a
 
      13th Jun 2004

Hello,
Thanks for responding.
Yes, that is it,
Now what if I wanted all records greater than $10 and located in just Boise.
Or in my case, all antiques on just one specified island-Oahu?
Thanks
Robert


"robert" wrote:

> Hello,
> I am trying to retrieve records based on certain criteria and thought the Comparison selection might have something to do with it. There are many options to choose from unfortunately I do not know what these options mean and how to use them. I checked my book and the help menu, but I need more info. Does anybody know what these mean.. equals less than, not equal and so on….
> Thanks robert
>

 
Reply With Quote
 
=?Utf-8?B?cm9iZXJ0?=
Guest
Posts: n/a
 
      13th Jun 2004
Hello,
This is useful information, especially the second link, however I don't understand how to incorporate that information into my site and why it doesn’t create the formula the same way the DBW did or if it will work within DBW and how and how...oh god!! Lost here……………..
All I want to do is retrieve fields within a certain town.
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
Exhausted


"Kathleen Anderson [MVP - FP]" wrote:

> These links may help:
>
> FP: SQL Syntax Generated by the FrontPage Database Results Wizard
> http://support.microsoft.com/default.aspx?scid=kb;[LN];306430
>
> SQL The WHERE Clause
> http://www.w3schools.com/sql/sql_where.asp
>
>
> --
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> http://www.spiderwebwoman.com/resources/
> Connect to the Newsgroups with Outlook Express
> http://www.tushar-mehta.com/misc_tut..._ng/index.html
>
>
>
>
>
> robert <(E-Mail Removed)> wrote:
> > Hello,
> > I am trying to retrieve records based on certain criteria and thought
> > the Comparison selection might have something to do with it. There
> > are many options to choose from unfortunately I do not know what
> > these options mean and how to use them. I checked my book and the
> > help menu, but I need more info. Does anybody know what these mean..
> > equals less than, not equal and so on…. Thanks robert

>
>

 
Reply With Quote
 
Kathleen Anderson [MVP - FP]
Guest
Posts: n/a
 
      13th Jun 2004
Using the "Add Criteria" dialog box, which is where you created the first
search criteria (town), you would click "Add" and then you can add more
search criteria to search other fields.

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/
Connect to the Newsgroups with Outlook Express
http://www.tushar-mehta.com/misc_tut..._ng/index.html





robert <(E-Mail Removed)> wrote:
> Hello,
> This is useful information, especially the second link, however I
> don't understand how to incorporate that information into my site and
> why it doesn’t create the formula the same way the DBW did or if it
> will work within DBW and how and how...oh god!! Lost
> here……………..
> All I want to do is retrieve fields within a certain town.
> 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
> Exhausted
>
>
> "Kathleen Anderson [MVP - FP]" wrote:
>
>> These links may help:
>>
>> FP: SQL Syntax Generated by the FrontPage Database Results Wizard
>> http://support.microsoft.com/default.aspx?scid=kb;[LN];306430
>>
>> SQL The WHERE Clause
>> http://www.w3schools.com/sql/sql_where.asp
>>
>>
>> --
>> ~ Kathleen Anderson
>> Microsoft MVP - FrontPage
>> Spider Web Woman Designs
>> http://www.spiderwebwoman.com/resources/
>> Connect to the Newsgroups with Outlook Express
>> http://www.tushar-mehta.com/misc_tut..._ng/index.html
>>
>>
>>
>>
>>
>> robert <(E-Mail Removed)> wrote:
>>> Hello,
>>> I am trying to retrieve records based on certain criteria and
>>> thought the Comparison selection might have something to do with
>>> it. There are many options to choose from unfortunately I do not
>>> know what these options mean and how to use them. I checked my
>>> book and the help menu, but I need more info. Does anybody know
>>> what these mean.. equals less than, not equal and so on….
>>> Thanks robert


 
Reply With Quote
 
=?Utf-8?B?cm9iZXJ0?=
Guest
Posts: n/a
 
      13th Jun 2004
Yes, I used the "Add Criteria" box to add the selected towns to the search criteria.
and now i want to add a criteria to for "categories" value Antiques, I did that too. but now I only want the antiques records from the categories that are in the town search criteria.. I don’t think I can explain this in words
look here for a better understanding of what i want to do.
Note. on this page i only want to see Antiques ads from the Island of OHAU
http://www.mygayneighborhoodclassifi...llectibles.asp
this site only works on a PC with IE
Thanks
Robert

"Kathleen Anderson [MVP - FP]" wrote:

> Using the "Add Criteria" dialog box, which is where you created the first
> search criteria (town), you would click "Add" and then you can add more
> search criteria to search other fields.
>
> --
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> http://www.spiderwebwoman.com/resources/
> Connect to the Newsgroups with Outlook Express
> http://www.tushar-mehta.com/misc_tut..._ng/index.html
>
>
>
>
>
> robert <(E-Mail Removed)> wrote:
> > Hello,
> > This is useful information, especially the second link, however I
> > don't understand how to incorporate that information into my site and
> > why it doesn’t create the formula the same way the DBW did or if it
> > will work within DBW and how and how...oh god!! Lost
> > here……………..
> > All I want to do is retrieve fields within a certain town.
> > 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
> > Exhausted
> >
> >
> > "Kathleen Anderson [MVP - FP]" wrote:
> >
> >> These links may help:
> >>
> >> FP: SQL Syntax Generated by the FrontPage Database Results Wizard
> >> http://support.microsoft.com/default.aspx?scid=kb;[LN];306430
> >>
> >> SQL The WHERE Clause
> >> http://www.w3schools.com/sql/sql_where.asp
> >>
> >>
> >> --
> >> ~ Kathleen Anderson
> >> Microsoft MVP - FrontPage
> >> Spider Web Woman Designs
> >> http://www.spiderwebwoman.com/resources/
> >> Connect to the Newsgroups with Outlook Express
> >> http://www.tushar-mehta.com/misc_tut..._ng/index.html
> >>
> >>
> >>
> >>
> >>
> >> robert <(E-Mail Removed)> wrote:
> >>> Hello,
> >>> I am trying to retrieve records based on certain criteria and
> >>> thought the Comparison selection might have something to do with
> >>> it. There are many options to choose from unfortunately I do not
> >>> know what these options mean and how to use them. I checked my
> >>> book and the help menu, but I need more info. Does anybody know
> >>> what these mean.. equals less than, not equal and so on….
> >>> Thanks robert

>
>

 
Reply With Quote
 
Kathleen Anderson [MVP - FP]
Guest
Posts: n/a
 
      13th Jun 2004
You want to use the "And" option, so that you get a match only when the town
matches AND the category matches.

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/
Connect to the Newsgroups with Outlook Express
http://www.tushar-mehta.com/misc_tut..._ng/index.html





robert <(E-Mail Removed)> wrote:
> Yes, I used the "Add Criteria" box to add the selected towns to the
> search criteria.
> and now i want to add a criteria to for "categories" value Antiques,
> I did that too. but now I only want the antiques records from the
> categories that are in the town search criteria.. I don’t think I
> can explain this in words look here for a better understanding of
> what i want to do.
> Note. on this page i only want to see Antiques ads from the Island of
> OHAU
>

http://www.mygayneighborhoodclassifi...llectibles.asp
> this site only works on a PC with IE
> Thanks
> Robert
>
> "Kathleen Anderson [MVP - FP]" wrote:
>
>> Using the "Add Criteria" dialog box, which is where you created the
>> first search criteria (town), you would click "Add" and then you can
>> add more search criteria to search other fields.
>>
>> --
>> ~ Kathleen Anderson
>> Microsoft MVP - FrontPage
>> Spider Web Woman Designs
>> http://www.spiderwebwoman.com/resources/
>> Connect to the Newsgroups with Outlook Express
>> http://www.tushar-mehta.com/misc_tut..._ng/index.html
>>
>>
>>
>>
>>
>> robert <(E-Mail Removed)> wrote:
>>> Hello,
>>> This is useful information, especially the second link, however I
>>> don't understand how to incorporate that information into my site
>>> and
>>> why it doesn’t create the formula the same way the DBW did
>>> or if it will work within DBW and how and how...oh god!! Lost
>>> here……………..
>>> All I want to do is retrieve fields within a certain town.
>>> 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
>>> Exhausted
>>>
>>>
>>> "Kathleen Anderson [MVP - FP]" wrote:
>>>
>>>> These links may help:
>>>>
>>>> FP: SQL Syntax Generated by the FrontPage Database Results Wizard
>>>> http://support.microsoft.com/default.aspx?scid=kb;[LN];306430
>>>>
>>>> SQL The WHERE Clause
>>>> http://www.w3schools.com/sql/sql_where.asp
>>>>
>>>>
>>>> --
>>>> ~ Kathleen Anderson
>>>> Microsoft MVP - FrontPage
>>>> Spider Web Woman Designs
>>>> http://www.spiderwebwoman.com/resources/
>>>> Connect to the Newsgroups with Outlook Express
>>>> http://www.tushar-mehta.com/misc_tut..._ng/index.html
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> robert <(E-Mail Removed)> wrote:
>>>>> Hello,
>>>>> I am trying to retrieve records based on certain criteria and
>>>>> thought the Comparison selection might have something to do with
>>>>> it. There are many options to choose from unfortunately I do not
>>>>> know what these options mean and how to use them. I checked my
>>>>> book and the help menu, but I need more info. Does anybody know
>>>>> what these mean.. equals less than, not equal and so
>>>>> on…. Thanks robert


 
Reply With Quote
 
=?Utf-8?B?cm9iZXJ0?=
Guest
Posts: n/a
 
      14th Jun 2004
I changed them all to "And" and now I get "no records returned"

"Kathleen Anderson [MVP - FP]" wrote:

> You want to use the "And" option, so that you get a match only when the town
> matches AND the category matches.
>
> --
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> http://www.spiderwebwoman.com/resources/
> Connect to the Newsgroups with Outlook Express
> http://www.tushar-mehta.com/misc_tut..._ng/index.html
>
>
>
>
>
> robert <(E-Mail Removed)> wrote:
> > Yes, I used the "Add Criteria" box to add the selected towns to the
> > search criteria.
> > and now i want to add a criteria to for "categories" value Antiques,
> > I did that too. but now I only want the antiques records from the
> > categories that are in the town search criteria.. I don’t think I
> > can explain this in words look here for a better understanding of
> > what i want to do.
> > Note. on this page i only want to see Antiques ads from the Island of
> > OHAU
> >

> http://www.mygayneighborhoodclassifi...llectibles.asp
> > this site only works on a PC with IE
> > Thanks
> > Robert
> >
> > "Kathleen Anderson [MVP - FP]" wrote:
> >
> >> Using the "Add Criteria" dialog box, which is where you created the
> >> first search criteria (town), you would click "Add" and then you can
> >> add more search criteria to search other fields.
> >>
> >> --
> >> ~ Kathleen Anderson
> >> Microsoft MVP - FrontPage
> >> Spider Web Woman Designs
> >> http://www.spiderwebwoman.com/resources/
> >> Connect to the Newsgroups with Outlook Express
> >> http://www.tushar-mehta.com/misc_tut..._ng/index.html
> >>
> >>
> >>
> >>
> >>
> >> robert <(E-Mail Removed)> wrote:
> >>> Hello,
> >>> This is useful information, especially the second link, however I
> >>> don't understand how to incorporate that information into my site
> >>> and
> >>> why it doesn’t create the formula the same way the DBW did
> >>> or if it will work within DBW and how and how...oh god!! Lost
> >>> here……………..
> >>> All I want to do is retrieve fields within a certain town.
> >>> 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
> >>> Exhausted
> >>>
> >>>
> >>> "Kathleen Anderson [MVP - FP]" wrote:
> >>>
> >>>> These links may help:
> >>>>
> >>>> FP: SQL Syntax Generated by the FrontPage Database Results Wizard
> >>>> http://support.microsoft.com/default.aspx?scid=kb;[LN];306430
> >>>>
> >>>> SQL The WHERE Clause
> >>>> http://www.w3schools.com/sql/sql_where.asp
> >>>>
> >>>>
> >>>> --
> >>>> ~ Kathleen Anderson
> >>>> Microsoft MVP - FrontPage
> >>>> Spider Web Woman Designs
> >>>> http://www.spiderwebwoman.com/resources/
> >>>> Connect to the Newsgroups with Outlook Express
> >>>> http://www.tushar-mehta.com/misc_tut..._ng/index.html
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> robert <(E-Mail Removed)> wrote:
> >>>>> Hello,
> >>>>> I am trying to retrieve records based on certain criteria and
> >>>>> thought the Comparison selection might have something to do with
> >>>>> it. There are many options to choose from unfortunately I do not
> >>>>> know what these options mean and how to use them. I checked my
> >>>>> book and the help menu, but I need more info. Does anybody know
> >>>>> what these mean.. equals less than, not equal and so
> >>>>> on…. Thanks robert

>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      14th Jun 2004
The first must be EQUAL and the second must be AND

--
==============================================
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:A6E1772D-2E05-4C77-B8F1-(E-Mail Removed)...
> I changed them all to "And" and now I get "no records returned"
>
> "Kathleen Anderson [MVP - FP]" wrote:
>
> > You want to use the "And" option, so that you get a match only when the town
> > matches AND the category matches.
> >
> > --
> > ~ Kathleen Anderson
> > Microsoft MVP - FrontPage
> > Spider Web Woman Designs
> > http://www.spiderwebwoman.com/resources/
> > Connect to the Newsgroups with Outlook Express
> > http://www.tushar-mehta.com/misc_tut..._ng/index.html
> >
> >
> >
> >
> >
> > robert <(E-Mail Removed)> wrote:
> > > Yes, I used the "Add Criteria" box to add the selected towns to the
> > > search criteria.
> > > and now i want to add a criteria to for "categories" value Antiques,
> > > I did that too. but now I only want the antiques records from the
> > > categories that are in the town search criteria.. I don?Tt think I
> > > can explain this in words look here for a better understanding of
> > > what i want to do.
> > > Note. on this page i only want to see Antiques ads from the Island of
> > > OHAU
> > >

> >

http://www.mygayneighborhoodclassifi...llectibles.asp
> > > this site only works on a PC with IE
> > > Thanks
> > > Robert
> > >
> > > "Kathleen Anderson [MVP - FP]" wrote:
> > >
> > >> Using the "Add Criteria" dialog box, which is where you created the
> > >> first search criteria (town), you would click "Add" and then you can
> > >> add more search criteria to search other fields.
> > >>
> > >> --
> > >> ~ Kathleen Anderson
> > >> Microsoft MVP - FrontPage
> > >> Spider Web Woman Designs
> > >> http://www.spiderwebwoman.com/resources/
> > >> Connect to the Newsgroups with Outlook Express
> > >> http://www.tushar-mehta.com/misc_tut..._ng/index.html
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> robert <(E-Mail Removed)> wrote:
> > >>> Hello,
> > >>> This is useful information, especially the second link, however I
> > >>> don't understand how to incorporate that information into my site
> > >>> and
> > >>> why it doesnâ,"t create the formula the same way the DBW did
> > >>> or if it will work within DBW and how and how...oh god!! Lost
> > >>> hereâ,¦â,¦â,¦â,¦â,¦..
> > >>> All I want to do is retrieve fields within a certain town.
> > >>> 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
> > >>> Exhausted
> > >>>
> > >>>
> > >>> "Kathleen Anderson [MVP - FP]" wrote:
> > >>>
> > >>>> These links may help:
> > >>>>
> > >>>> FP: SQL Syntax Generated by the FrontPage Database Results Wizard
> > >>>> http://support.microsoft.com/default.aspx?scid=kb;[LN];306430
> > >>>>
> > >>>> SQL The WHERE Clause
> > >>>> http://www.w3schools.com/sql/sql_where.asp
> > >>>>
> > >>>>
> > >>>> --
> > >>>> ~ Kathleen Anderson
> > >>>> Microsoft MVP - FrontPage
> > >>>> Spider Web Woman Designs
> > >>>> http://www.spiderwebwoman.com/resources/
> > >>>> Connect to the Newsgroups with Outlook Express
> > >>>> http://www.tushar-mehta.com/misc_tut..._ng/index.html
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>> robert <(E-Mail Removed)> wrote:
> > >>>>> Hello,
> > >>>>> I am trying to retrieve records based on certain criteria and
> > >>>>> thought the Comparison selection might have something to do with
> > >>>>> it. There are many options to choose from unfortunately I do not
> > >>>>> know what these options mean and how to use them. I checked my
> > >>>>> book and the help menu, but I need more info. Does anybody know
> > >>>>> what these mean.. equals less than, not equal and so
> > >>>>> onf¢â?s¬,¦. Thanks robert

> >
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database Results Wizards Error =?Utf-8?B?bHNpamF4?= Microsoft Frontpage 1 19th May 2005 10:47 PM
Database results Error (with criteria) Jan van Emmerik Microsoft Frontpage 1 29th May 2004 04:43 PM
database results wizards - more options - criteria =?Utf-8?B?c3R1Y2s=?= Microsoft Frontpage 1 17th May 2004 11:27 PM
Database Results Wizard Criteria Steve Microsoft Frontpage 2 7th May 2004 01:01 PM
Database Results Criteria Steve Microsoft Frontpage 1 6th May 2004 06:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:47 AM.