Hello all, Is there a way to update several fields (in the same table, same record) through a SQLExecute command ? Something like : UPDATE myTable SET Field1 = 'Value1', Field2 = 'Value2' WHERE ID = '123' That would be very could for my application. Thanks in advance Eric