Re: How to get two PreparedStatement objects for the same query string

2020-02-21 Thread Oleksandr Shulgin
hack works but > we are too comfortable with this. Is there a better way to achieve this? > > More details in the following link with code: > > https://stackoverflow.com/questions/60198114/how-to-get-two-preparedstatement-objects-for-the-same-query-string > > Let me know i

How to get two PreparedStatement objects for the same query string

2020-02-21 Thread Deepak Sharma
in the following link with code: https://stackoverflow.com/questions/60198114/how-to-get-two-preparedstatement-objects-for-the-same-query-string Let me know if you have any questions. Thanks, Deepak