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
Post a Comment