Hi there. I would like some advice or help please!
basically, the team decided to use binding datarow etc.... in order to populate the database with row(s) of data
lets say if we are using store procs, i created a store proc on SQL Server.
we have an interface which gives us output of generated data.
this output is given in the form of DataRows
how is it possible to bind or add the dataRows to the store procs and execute the store proc
is it possible?
Thanks!
