-- View image here: http://episteme.arstechnica.com/groupee_common/emoticons/icon_mad.gif --<br><br>It's so intuitive to have a custom data type that works with the ...
If I send these to a function and use AddWithParameter("@oper", operator), and use it in: "SELECT foo FROM foobar WHERE @oper 'bar';", it always treats @oper as a String, which of course puts single ...