Hi everyone, sorry if this is a dense question, but I want to run a SQLExec command without having to wait for a reply - is there a way? The idea is that the SQLExec command would be deleting quite a large number of records which might take a minute or so - I don't want the user to have to wait for this, I'd like VFP to carry on processing the next lines of code. Is there a way to do this? I was looking at the SQLSetProp command, but am not really sure if I'm barking up the wrong tree.