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.
Would also need help with how the stored procedure should be coded.
Please help.