Re: Efficient ways to retrieve specific rows...
Look into the database terminology for "Normalize a relational database"
--
Thanks in Advance...
IchBin
_______________ _______________ _______________
'Black holes are where God divided by zero.'
-Steven Wright, comedian (1955- )
"Daniel Tonks" <dtonks@sunstor mADD-DOT-COM> wrote in message
news:41145c16$0 $8084$a1866201@ authen.newsread er.visi.com...[color=blue]
> "Norman Peelman" <npeelman@cfl.r r.com> wrote in message
> news:EbXQc.3955 $4s6.2739@torna do.tampabay.rr. com...[color=green]
> >
> > That really isn't the answer to his question. The problem is he is that[/color]
> he[color=green]
> > has not committed to take the leap from flat file to database. The very[/color]
> way[color=green]
> > in which he is retrieving the information is what is holding him back. I
> > believe there are two options:
> >
> > 1) go full database (would require writing scripts to convert flat files[/color]
> to[color=green]
> > database structure)
> > 2) just download forum software and modify to fit his needs.
> >
> > The first is a pain, the later, much easier.[/color]
>
> It's not so much that I haven't committed as I don't want to bite off more
> than I can chew at once. Thus converting in stages.
>
> I have no problem inputting existing flat files to the database - the
> scripts to do that are pretty easy - the bigger problem is coming up with[/color]
an[color=blue]
> efficient data structure that does what I need. Which will take a bit of
> thought (like how many tables for the forums and indices - or should I use
> completely separate databases - etc).
>
> And I don't want to resort to pre-written forum software yet. I just[/color]
prefer[color=blue]
> having a really unique look and feel (it may be possible to modify some of
> the prewritten forum software out there as much as I'd like, but frankly I
> haven't seen a good example of that so I'll just stick to my own stuff...
> which I enjoy doing at any rate).
>
> - Daniel
>
>[/color]
Look into the database terminology for "Normalize a relational database"
--
Thanks in Advance...
IchBin
_______________ _______________ _______________
'Black holes are where God divided by zero.'
-Steven Wright, comedian (1955- )
"Daniel Tonks" <dtonks@sunstor mADD-DOT-COM> wrote in message
news:41145c16$0 $8084$a1866201@ authen.newsread er.visi.com...[color=blue]
> "Norman Peelman" <npeelman@cfl.r r.com> wrote in message
> news:EbXQc.3955 $4s6.2739@torna do.tampabay.rr. com...[color=green]
> >
> > That really isn't the answer to his question. The problem is he is that[/color]
> he[color=green]
> > has not committed to take the leap from flat file to database. The very[/color]
> way[color=green]
> > in which he is retrieving the information is what is holding him back. I
> > believe there are two options:
> >
> > 1) go full database (would require writing scripts to convert flat files[/color]
> to[color=green]
> > database structure)
> > 2) just download forum software and modify to fit his needs.
> >
> > The first is a pain, the later, much easier.[/color]
>
> It's not so much that I haven't committed as I don't want to bite off more
> than I can chew at once. Thus converting in stages.
>
> I have no problem inputting existing flat files to the database - the
> scripts to do that are pretty easy - the bigger problem is coming up with[/color]
an[color=blue]
> efficient data structure that does what I need. Which will take a bit of
> thought (like how many tables for the forums and indices - or should I use
> completely separate databases - etc).
>
> And I don't want to resort to pre-written forum software yet. I just[/color]
prefer[color=blue]
> having a really unique look and feel (it may be possible to modify some of
> the prewritten forum software out there as much as I'd like, but frankly I
> haven't seen a good example of that so I'll just stick to my own stuff...
> which I enjoy doing at any rate).
>
> - Daniel
>
>[/color]
Comment