> > I'm having trouble getting my head wrapped around how this works on 
> > one machine but not other
> >     select (fname)
> >     use
> >     dele file &fname
> > 
> If the variable fname has the format "tmp12345.dbf" the 
> select won't work, but the delete will.
> If the variable fname has the format "tmp12345" the select 
> will work, but the delete won't.

As they say in the NFL, "Upon further review..."

...this was the problem.  I incorrectly thought the ".dbf" was at the end of
the file names, but it wasn't.  It was trying to delete "tmp12345" instead
of "tmp12345.dbf."  And the reason the files WERE being deleted on my end
was because I had a separate utility set up here to delete those files that
I was running.  They weren't running that utility at the plant.

Thanks for all the thoughts, everyone!  And also for the other tips on the
work-around for using read-write cursors in v6.

John




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to