Paul:  Can you use a permanent table instead?  Create one column in the 
table
that will uniquely identify that workstation (CVAL('COMPUTER')).  Have your
program check at the beginning whether there are any rows in the table for 
that
computer.  If there are, either delete them or give a message to the user 
saying that
there's already rows in the table, and what do you want to do?

Then load your data, process it, and delete rows where column = 
(cval('computer'))
at the end!    

Karen


 
> RBase is working exactly as expected.  But sometimes there is a process 
> that
> is available that is better.  I have found so many useful tips on this 
> list
> I cannot begin to thank all of you. I review the old and new emails and in
> this case I missed the one from Mike B. that would work.  (I think,  I 
> need
> to get it to work for me)
> 
> 
> I wanted to follow up and better explain,  but also the previous email was
> sent quickly to make sure there were no misunderstandings.  Not trying to
> fill the email daemon server.
> 

Reply via email to