walterheck
Member²
We use a delphi program against our database. As such, we are constantly writing and copy/pastign queries from and to Delphi. In delphi, a parameter in a query is designated by a colon (':'). In PL/SQL dev, it is done by an ampersand ('&'). Would it be possible to make this conifgurable, so that I can change it to be ':' in PL/SQL dev as well?
Would save a lot of replacing those tokens with one and each other
Would save a lot of replacing those tokens with one and each other
