Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can Insert multiple items using a store procedure with Datatable values in VB.Net?

Meaning.
My SP has <pre>(@PRMTIRSIZE,@PRMDOT,@PRMREMAREA,@PRMTIRPOS,@PRMPRODCO,@PRMAPPNBR,@PRMTIRDPT,@PRMRR,@PRMFILEPA,@PRMVID,@PRMRMCMP)"</pre>
as parameters.
These should insert into a table which is written in SP.
Using VB.NET how can I pass values from a datable to execute stored procedure.
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900