01-25-2018 05:28 AM
Hi ,
Is there any possible way to retrieve the Db inserts and select query used in the snaps ?
Thanks.
08-01-2020 05:02 AM
I have a similar requirement. Was anybody able to find this ?
08-14-2020 01:03 AM
@Bobby If you don’t have proper insert snap (like oracle insert) with respect to your db vendor, you can use generic JDBC execute snap and then pass proper SQLinsert statement. While you use generic JDBC and creating account use the vendor client jar by uploading jar in sldb and then pass required parameter.