On Wed, 19 Mar 2003 22:37:05 -0700, "Jason R. Mastaler"
<[EMAIL PROTECTED]> wrote:

> Yep, this has been requested before. I thought MySQL support was
> going to be added as part of a commercial TMDA contract that I heard
> about, but I'm not so sure now.

Does it really represent so much code that it needs to be a commercial
release?  I've done a bit of MySQL with Python and it's not too tough.
It only takes like 5 lines of code to connect to a database and search
for a hit, and another couple of lines to connect and add a new
record.

Although I will say that you'd probably want to do a LIKE or RLIKE
instead of pulling in each record and doing an expansion on the *'s
and *='s.  The fastest way to use MySQL is to let it do as much of
that sort of thing as possible.

Gre7g.
_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to