Page 1 of 1

Search engine for mysql based on MyDAC for Delphi 2007

Posted: Wed 23 Apr 2008 10:31
by Saurman
hello,

i need to make application which should search for some phrases inside specific mysql table. I need it to support all bells and whistles like google does (AND/OR keywords, quotes, words match)

Can u advice anything?

Posted: Wed 23 Apr 2008 12:27
by Dimon
You should write a query with all conditions for all needed fields included.
Also you can use the TCustomMyDataSet.FilterSQL property.
You can find more detailed information about this in the MyDAC help.