so one of your questions is, if i may paraphrase, 
"what database manager should i use?"

i believe that you said that it has only eight 
hundred records?

and it's only a single table?

you can manage it manually with little trouble?

and it's a low volume web site?

pardon my sacrilege, but if that's correct, i 
would be tempted to merely keep it in a flat file 
and access it through my code.  after decades in 
this profession, i firmly believe in simplicity.

i'm not being flippant; the corereader 
configuration tables in my test environment 
contain thousands of records, and they are all in 
flat files.   i've actually been considering 
converting coremodel to use flat files.

however, if your data is subject to some growth, 
then perhaps a simple database manager like ms. 
access, to future-proof it.

if you just want the fun of managing a database 
manager, then of course, mysql would work on your 
windows box.

hope that i underestood the issue.



> Hi,
> Ok, I guess I was confusing everyone. I thought this was a simple
> problem, we need a search engine to search through our data, I might be
> able to convert to csv, or I found another way...
> 
> example...
> 
> -NO-
>      SAR1100
> -COMMENTS-
>      999 try6
> -ORG_LEVEL_1-
>      SARNIA COMPUTER USERS' GROUP
> -ALT_ORG-
>      SCUG
> -STREET_BUILDING-
>      St. Bartholomew's Church
> -STREET_ADDRESS-
>      718 Cathcart Boulevard
> -STREET_CITY-
>      Sarnia, ON  N7V 2N5
> -ACCESSIBILITY-
>      Steps to go down to basement
> -LOCATION-
>      St. Bartholomew's Church basement
> -FAX-
>      (519) 542-4566
> -DESCRIPTION-
>      Since 1982, our group consists of members who join together each 
>      month to learn about computers and solve the problems that come 
>      with them Both beginners and advanced users watch and participate 
>      in demonstrations of hardware and software and work together to 
>      help solve individual problems. Our General Meetings are held 
>      once a month we also have Special Interest Groups, which focus on 
>      specific computer topics such as Windows, Graphics and Genealogy.
> -FEES-
>      $35.00/YEAR
> -MEETINGS-
>      Main meeting - last Wednesday of month (except July, August and 
>      December).
> -PRINT_MATERIAL-
>      SCUG pamphlets
> -ESTABLISHED-
>      1982
> -ELECTIONS-
>      Held in June of each year.
> -SUBJECTS-
>      COMPUTERS
> -WWW-
>      http://www.sarnia.com/scug
> -EMAIL-
>      [EMAIL PROTECTED]
> -CREATED-
>      1996-04-13
> -UPDATE_DATE-
>      2001-05-17
> -UPDATE_SCHEDULE-
>      2001-05-17
> -MODIFIED-
>      1996-04-13; 1998-08-04; 1999-05-03
> -FIN-
> 
> all entries can be like that for exporting, I just need a database
> program that I can use offline to FTP to a search engine. We might have
> to have someone else host the data too??
> 
> Confused as always,
> 
> Thanks,
> 
> Norm
> 
> 
> Rodney Broom wrote:
> > 
> > From: Norm Lamoureux <[EMAIL PROTECTED]>
> > 
> > > Sounds like I am confusing everyone...
> > > I only have one database with over 800 records
> > > The data on the website is the result of my database.
> > > I wish to search on words in each record.
> > 
> > Search with what? Do you mean the page at:
> > 
> >   http://www.informsarnialambton.org/search.htm
> > 
> > ---
> > Rodney Broom
> > President, R.Broom Consulting
> > http://www.rbroom.com/
> > 
> > sql
> > 
> > ---------------------------------------------------------------------
> > Before posting, please check:
> >    http://www.mysql.com/manual.php   (the manual)
> >    http://lists.mysql.com/           (the list archive)
> > 
> > To request this thread, e-mail <[EMAIL PROTECTED]>
> > To unsubscribe, e-mail <[EMAIL PROTECTED]>
> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 
> -- 
> - Visit me - http://www2.ebtech.net/~nlamoure/index.htm
> - Information Sarnia Lambton - http://www.informsarnialambton.org
> - Sarnia Computer Users' Group - http://www.sarnia.com/scug
> - Lawrence House Centre for the Arts - http://www.lawrencehouse.ca
> - Good computer website - http://www.techtv.com
> 
>              "Looking for Star Wars and View Masters ! "
>                    Also any U.S. state quarters.
> 



-- 
        John Ragan
        [EMAIL PROTECTED]
        http://www.CoreReader.com/ 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to