Page 1 of 1

Bindings?

Posted: Wed 22 Nov 2017 14:16
by TimTaylor
Hi there,

how will standard bindings like this work?

Code: Select all

select *
from ht_symbo
where  SYMBOLISCHERNAME like UPPER('%&symb_name%')
and datenbank = 'VVT'

Re: Bindings?

Posted: Wed 22 Nov 2017 14:27
by .jp
Hello,

Thanks for the post.
Could you please tell us what product you are using and its version.
Also please provide a server version.

Best Regards.

Re: Bindings?

Posted: Wed 22 Nov 2017 14:46
by TimTaylor
I just tried dbforge studio 3.10.12 with oarcle 12

Toad and SQL Navigator are showing popup windows for an entry for this, dbforge studio just complains about no binding.

Re: Bindings?

Posted: Mon 27 Nov 2017 09:43
by YuriP
Hello,

dbForge Studio for Oracle uses symbol colon for parameters binding:

Code: Select all

select *
from ht_symbo
where  SYMBOLISCHERNAME like UPPER(:var)
and datenbank = 'VVT'
Best regards,

Re: Bindings?

Posted: Wed 29 Nov 2017 06:37
by TimTaylor
Oh ok strange, why dont use the standard here?

Re: Bindings?

Posted: Wed 29 Nov 2017 19:05
by alexa
You can add a suggestion on our UserVoice forum where other users can vote for it https://devart.uservoice.com/forums/132 ... for-oracle

We collect and analyze the information from this forum in order to make a proper roadmap for the future product releases.