You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
@brunorozendo - Yes, I am using latest jtds-1.3.1.jar , I need that prepared statement queries in variables as well.
I have update and explain the more detail in below stack question:
I am working on a project where I need to log query in Log files and add those queries to my assert statement as well
I have build prepared statements using below driver
net.sf.log4jdbc.sql.jdbcapi.DriverSpy
And url
jdbc:log4jdbc:sybase:Tds ........
I have search all over the Internet for the solution but didn't get anything
Can you please tell me if there any way around by which I can get query which are getting logged in log file as well as in my code
I have raise question on stack as well
https://stackoverflow.com/questions/53505711/unable-to-get-string-of-query-using-driverspy
The text was updated successfully, but these errors were encountered: