Monday, September 25, 2006, 1:46:12 PM, David Champagne wrote:

> and then I execute a query

>     SELECT * FROM License WHERE FORM = "form";

> I get all rows returned

Try:

SELECT * FROM License WHERE FORM = 'form';

e

-- 
Doug Currie
Londonderry, NH


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to