Hi everybody,
I want to connect with people who have experience in modeling/building a
MySQL DB where most of the data are measured timeseries, structured by
physical/geographical locality of the measuring equipment and different sets
of
measured values ("attributes", ie. sci-tech data, n
[EMAIL PROTECTED] schrieb am Dienstag, 21. August 2001, 21:07:24:
> Also I am looking for and examples on building a MySQL Manager in Delphi as well.
There is one out there already: http://mysqlfront.de
See also http://anse.de/
--
Herzlich
Werner
MySQL in Deutschland: Anpassung, Unterstü
I seen some info on using Mysql as an Imbedded Apllication and was wondering if there
was any links on how to do this with Delphi.
Also I am looking for and examples on building a MySQL Manager in Delphi as well.
I have a Volunteer program I am pondering for a Non-Profit group and want to us
>
> I found FULLTEXT (MATCH/AGAINST) indexes and the SOUNDEX function. Are
> there other MySQL features that help with Fuzzy searching?
>
> Soundex seems very useful, but I'm not sure how to apply it to multi-word
> strings.
>
> I'd also be interested in pointers to general info on writing f
Here's the approach I used for searching through a table that needed to
search 7 different fields in the table and weight them differently:
I run through this expression for each word that's split from the
searchstring and through each field with different weights given to each
field. Then th
I found FULLTEXT (MATCH/AGAINST) indexes and the SOUNDEX function. Are
there other MySQL features that help with Fuzzy searching?
Soundex seems very useful, but I'm not sure how to apply it to multi-word
strings.
I'd also be interested in pointers to general info on writing fuzzy searches.
A