I tried all possible combinations and keep getting:
"row 61, col 5: Function: error in function handler (revExecuteSQL)
row 61, col 5: put: error in expression"
Whether with an "array" or a "list", the command always returns an error.
Code: Select all
put revExecuteSQL(tConnID, tSQL, tMatrice) into tResult
Code: Select all
put revExecuteSQL(tConnID, tSQL, "tNom", "tPrenom", "tCourriel", "tTelephone", "tBiographie", "tDemarche", "tMediums") into tResult