Forum Discussion

Harriesh's avatar
Harriesh
New Contributor III
8 years ago

Database Queries

Hi ,

Is there any possible way to retrieve the Db inserts and select query used in the snaps ?

Thanks.

2 Replies

  • Bobby's avatar
    Bobby
    New Contributor

    I have a similar requirement. Was anybody able to find this ?

  • Supratim's avatar
    Supratim
    Contributor III

    @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.