mysql++ and conflicts with other libraries

2002-06-25 Thread Michael Preminger
minus(const class Mm &)' 1. May this be a consequence of some erroneous useage? I have g++ 2.96 (egcs) on Linux redhat. I am simply following the examples in the tutorial 2. Is there a workaround other than retrofitting one of the libraries? Thanks Michael -- Michael Preminger <

parentheses () in regular expression

2001-03-02 Thread Michael Preminger
Hello! How do I express parentheses in a mysql regexp? For example the expression select * from Term where Term_name regexp "^[0-9\(\)A-ZÆØÅ\s\-]+$"; NATO (MILITÆRTEKNISKE SPM) but returns TV2 as well as NORDISK SAMARBEID Thanks Michael -