I’ve discovered the following code in Sybase’s InteractiveSQL does exactly what I want. ```
UPDATE calls SET mark = NULL
I’ve discovered the following code in Sybase’s InteractiveSQL does exactly what I want. ```
UPDATE calls SET mark = NULL
No, you have to put this in a stored procedure in the database itself
And call that procedure from Servoy
Why not use the foundsetUpdater? (under the databasemanager)
Hope this helps