Ok I have an sql query:

SELECT Stuff.*
FROM Stuff
WHERE (((Stuff.Notes) Not Like "*plonk*"));

that works great in Microsoft Access 2003 but doesn't work at all in 
Delphi 2006. What am I doing wrong.

basically what this query is supposed to do it give me all the 
records that don't have the word plonk in the notes. Pretty simple 
but apparently not the case in Delphi

Thanks,
Roger MacRae
[EMAIL PROTECTED]




-------------------------------------------------------
Home: http://groups.yahoo.com/group/delphi-programming/
Remove: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-programming/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to