Fields without table name

Posted by Piotr Ryszkiewicz on 22-Oct-2015 04:46

Hello,

I am trying to find the way how to find places in source code where database fields are used without qualifying table name. I Searched in the documentation for some COMPILE switches or startup parameters, but with no success. Any ideas ?


Regards,

Piotr

All Replies

Posted by Lieven De Foor on 22-Oct-2015 04:53

I don't think there is a compile switch to force you to qualify fields with the table/buffer name.

It should be part of a 'strict' compile option, which doesn't exist at the moment.

See community.progress.com/.../16733 for what has recently been discussed...

Posted by Piotr Ryszkiewicz on 22-Oct-2015 05:22

Very interesting topic, thanks for hint :)

Posted by Thomas Mercer-Hursh on 22-Oct-2015 09:38

Run, don't walk to get Prolint http://www.oehive.org/prolint .  It will do that and much more.

Posted by Piotr Ryszkiewicz on 22-Oct-2015 10:42

Nice :) Thank you !

Posted by Piotr Ryszkiewicz on 23-Oct-2015 04:47

Wow, that's a great tool. How could I live without it till now ? :)

This thread is closed