Hi guys,

I came looking for some guidance on creating a simple query parser that will support ors.. and ands..
The idea would be something like this.

I specify the query like this

Column1 Cat / Column2 Dog & Column 3 Rabbit --------- Where (/ is or) and (& is and)

Anyone know if there is something like that already implemented somewhere, so that I can put it as a wrapper on a bigger program.

Any help on this greatly appreciated,

Ed.