First of all I congratulate you on the holidays and wish you a good exit to the year of 2020 (screwed) and a better entry into 2021.
I would need help for the following: I have started to make examples of a CRUD of a table with the native functions of FWH (Ver. 16.10), and the code is similar to what I show:
1) I open the recordset and add a blank record
Code: Select all
oRs:=oConnection:Rowset("select * from operators")
....
oRs:Add()
Code: Select all
oRs:Codigo:= ¿¿¿¿¿
oRs:Nombre:= ?????
Code: Select all
oRs:Save()
Best regards, and thank you very much.