> Table is a C++ string object, with its own + operators defined. It defines > that const char * plus string produces a string. Then the "WHERE" part adds > a const char * to that string, which is fine and produces another string. JTV once again finds himself teaching elementary C++ :-)