Using MYSQLDataAdapter to call MYSQL stored procedure for bulk insert/update/delete using data table
Posted by: Vaidyanathan K
Date: September 06, 2018 07:59AM

All, I am new to MYSQL. I need a simple example that shows how VB.NET code can interact with MYSQL stored procedure using MYSQLDATAADAPTER. Requirement is to have one stored procedure retrieve data onto a VB.NET data grid and once user insert/modifies data within data grid, the same should be reflected into the database table by invoking stored procedure.

Would also need help with how the stored procedure should be coded.

Please help.

Options: ReplyQuote


Subject
Written By
Posted
Using MYSQLDataAdapter to call MYSQL stored procedure for bulk insert/update/delete using data table
September 06, 2018 07:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.