Subject Re: Really Newbie Question
Author mikcaau
--- In firebird-support@yahoogroups.com, "Will Freeman"
<wfreeman@i...> wrote:
>
>
> Hello All,
> I am a long time programmer, but not a database programmer. I am
> environment. Should I be storing the code as stored procedures and
> not spinning my wheels. Any links to examples of implementing SQL
> code this way (or a good book on the topic), would be greatly
appreciated.
>
> Thanks, Will.

Hi WIll,
My RAD Delphi comes with DB components - queries and table replacements.
Most times I develop the SQL with another tool and then paste it into
the component.

Sometimes (search on some of multiple properties) I build the query in
the app.
I would realy like some smart compile time tool that would check to
see if I've used the correct field and table names and slap me on the
wrist if not.
It could also look at the field types as well.

Mick