cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

How to insert 10 rows from grid into dql database table?

svisveswaraiya
17-Peridot

How to insert 10 rows from grid into dql database table?

Hi,

How can we insert 10 rows in a grid to sql database?

 

Using selected row option we can insert one row, but what about insert all the rows in a grid at a time?

Or is it possible to insert datashape into sql?

Please provide some guidance.

 

Thanks,

V Shalini,

1 REPLY 1

Hi @svisveswaraiya how and from where do you wish to insert these rows in RDBMS system? DataShape is not actually storing the data, so you I suppose you are looking to insert the Infotable?

 

For e.g.

 

loop through infotable --> pick each row from infotable -->insert to RDBMS system by calling a SQLCommand service which takes input (in this case inputs will be the cell from your infotable) 

Top Tags