preparedstatement apportionment alternatives?
what best workarounds controlling sql in apportionment instances java.sql.preparedstatement, upheld churned values due sql injection dispute confidence issues: ? placeholder represents value, rather list values.
consider following sql statement:
select my_column my_table where search_column (?)
using preparedstatement.setstring( 1, "'a', 'b', 'c'" ); radically non-working try during workaround reasons controlling ? initial place.
what workarounds available?
Comments
Post a Comment