I'm trying to do some simple in or exists queries, but am getting syntax error on
queries that appear to be correct. If I run the outside & sub queries alone, not
problem. In the In subquery, if I hardcode a value, ok but this fails:
SELECT * FROM erestbase WHERE erestbase.id in(SELECT distin
I am able to log onto a database through ODBC without using a user name or password.
I don't want this to be possible for obvious security reasons.
What do I need to do to prevent this?
This seems pretty freaky!