you can use the SQL sintax

Execute "DELETE FROM <<FILENAME>>;"


2006/5/18, Manu Fernandes <[EMAIL PROTECTED]>:
>
> Hi,
>
> I'm currently on the way to setup a replication procedure from a
> linux/universe Server A  to another linux/universe Server B.
>
> I read in the doc that CLEARFILE statement is not supported on replication
> !!
> Is the solution to rewrite the CLEARFILE like this :
>
> OPEN file to F.FILE ELSE STOP
> FILELOCK F.FILE LOCKED ...
> SELECT F.FILE
> LOOP WHILE READNEXT K DO
>    DELETE F.FILE,K
> REPEAT
>
> Is there any other solution ?
>
> I'll appreciate any comment.
> Thanks
>
> Manu
> -------
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to