Insert Query with variables

Hi ,
I am trying to insert the data into database table. But getting issue as System.data.OracleClient.OracleException(0x80131938): ORA-00936: missing expression. Can any one help me on this.

My Query- “insert into demo.userdetails(userid,username) values (”+userid+“,”+username+“)”

Thanks

Hi @prathyusha_gattamaneni
kindly refer below link

hope this might help

Hi @nikhil.girish
Thanks for the reply. I am getting issue while inserting data not using select statement.

got it @prathyusha_gattamaneni

can you try referring below link

1 - check if the connection between database and uipath is connected, this thing can be check while selecting the datatable from db.

Share your project screenshot here to understand better.