I am currently retrieving data from Oracle tables, using an Oracle OLEDB connection (Provider=OraOLEDB), onto a VB6 datagrid which is bound to the Oracle recordset. I would like to update an individual field on the datagrid by placing the cursor directly onto the field, make the required update to that field and then pass that update back to the appropriate Oracle table.
I am a beginner with VB. Please show example code. Thanks.
I am a beginner with VB. Please show example code. Thanks.