Hi
I'm trying to update a record with the following code:
ExecSQL('Update tTotalPoints SET MatchesPlayed = 5 WHERE Fullname = ' + QuotedStr( cName ) );
However, when this executes I get an error message: 'Cannot perform the operation on a closed dataset'
Any ideas why this should be or how to resolve it?