IF There’s a bug, present in the current product being developed/fixed, it MUST BE pointed out and fixed. Just it. This one is a “showstopper”, because in the current “supposed model”, RecordSet does not exist anymore, it was superseded by “RowSet” and it’s methods. Even the docs says RowSet, but the reality shows another thing.
While <https://xojo.com/issue/57977> was fixed, <https://xojo.com/issue/61466> was overlooked at the same time. Seeing that 57977 took almost a year to fix, I would expect 61466 to be fixed around early August 2021. I look forward to being proven wrong in my estimation.
Don’t worry, the other database plugins were given just as little care. MySQL raises a syntax error if you use the framework BeginTransaction method. In MySQL the actual verb you need is START but nobody at Xojo really cares: <https://xojo.com/issue/60656>