Hi!
The application I am upgrading uses SGGrid(s) to show data and allow user input. Now in VB.NET I set the InsertCommand, UpdateCommand and DeleteCommand on the OleDbDataAdapter which is bound to my DataGridView. Now I wanted to copy the SQL commands from the old code, so I don't have to rewrite them, but I can't find them. For example a SGGrid allows to enter new rows, but I can't find an SQL INSERT INTO command for the corresponding table in the database. Could it be, that the SGGrid view updated this data without any SQL commands?
The application I am upgrading uses SGGrid(s) to show data and allow user input. Now in VB.NET I set the InsertCommand, UpdateCommand and DeleteCommand on the OleDbDataAdapter which is bound to my DataGridView. Now I wanted to copy the SQL commands from the old code, so I don't have to rewrite them, but I can't find them. For example a SGGrid allows to enter new rows, but I can't find an SQL INSERT INTO command for the corresponding table in the database. Could it be, that the SGGrid view updated this data without any SQL commands?