• I just downloaded the newest version (2.0.0.0) and was happy until I read the comment from bnordberg about typing with their head down.

    If I type in:

    "select * from " and let the application list the tables to choose from, and select a table (Agency), it displays:

    "select * from Agency", which is fine. And if I then add "where ", it pops up a list of field names, which is also fine.

    However, if I am typing away and type in:

    "select * from agency where ", the intellisense program lists all of the functions, none of the fields for the table "Agency". It is as if it is case sensitive. If i go back and replace the "a" with "A", it shows the table fields.

    Guess I'll have to experiment with it. I love the concept, because I'm sort of a newbie to a lot of the sql syntax, and some of the tables I work with were not quite consistent with their field naming conventions (agencyid, agencycode, agencynumber may all refer to same data in different tables...).

    Thanks

    Steve