Tagged Questions
3
votes
1answer
91 views
How do I place an IN parameter with a LIKE with a RowSet?
I have fighting to get a IN parameter to work inside of a LIKE statement now for hours!
I am using a CachedRowSet, which I understand should follow the same rules as a PreparedStatement.
Here is the ...