Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Datagridview.

479780Feb 8 2007 — edited Feb 13 2007
Hi Guys, I’m not sure if this is the right place to post this question by I’ll still try anyway.

I have a window application form created using Visual Studio 2005.The form contains four textbox controls and a save button and a DataGridView control

I have an Oracle procedure that inserts records into the oracle database. When I need to save a record, I pass the values entered into the textboxes as parameters to the procedure and this works fine.

My problem is how to code in such a way as that I can pass the values entered in the DataGridView columns as parameters to the procedure

Pls Help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 13 2007
Added on Feb 8 2007
5 comments
1,164 views