Does wM JDBC Adapter use PreparedStatements internally when creating Custom/DynamicSQL Adapter Service? I am trying to figure out which Adapter Service to use to ensure that PreparedStatements get used.
Thanks.
Does wM JDBC Adapter use PreparedStatements internally when creating Custom/DynamicSQL Adapter Service? I am trying to figure out which Adapter Service to use to ensure that PreparedStatements get used.
Thanks.
Use DynamicSQL. That uses PreparedStatement behind the scene.