sql - Handling '\&' from java to SP ( except set define/scan off) -


the way handle '&' use set define off or set scan off problem told not use set scan off in sp since running sp regularly java code .is there alternative way handle this?

only when using sqlplus or similar tool translates user input need escape & character.

in java application calling stored procedure, & treated regular character , wouldn't need escaping.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -