Re: search engine module? [drifting OT DBI related]

2001-10-15 Thread Mark Maunder
Mark Maunder wrote: > I've started using > MySQL's MATCH/AGAINST with fulltext indexes instead, and it is extremelly > fast (!!), but am waiting for a feature that's available in mysql 4.0 (due > end of this month) that allows you to use +word and -word syntax to specify > required or unwanted k

Re: search engine module? [drifting OT DBI related]

2001-10-15 Thread Mark Maunder
"Matt J. Avitable" wrote: > Hi, > > > I've written a search engine that searches for jobs in a database based > > on keywords. I'm assembling a string of sql and then submitting it to > > the database based on the user's search criteria. It's working but is > > It sounds like you are writing a we

DBI related

2000-11-17 Thread Kader Ben
Hey Friends, I have two ORACLE_HOME directories in my client machine (7.2.2 and 8.0.5). When I set ENV to 8.0.5 or 7.2.2, this seems there no effect. Also when I use the connection like this : $dbh = DBI->connect("DBI:Oracle:$sid", "$username", "$password", { RaiseError => 1, AutoCommit =>