Page 2 of 2

Posted: Thu Nov 17, 2005 10:54 pm
by chulett
ray.wurlod wrote:The original problem seems to relate to the SeqFile variable in the ReadU statement. (Unrelated question: why use this name for a hashed file? It only confuses future developers.)
The routine is obviously adapted from the 'KeyMgtGetNextValueConcurrent' sdk routine. It was the sdk development team that, in their infinite wisdom, decided to use SeqFile to refer to the Sequence File the routine manipulates. Yes, it is confusing. :wink:
ray.wurlod also wrote:The subsequent questions about CREATE TABLE and DROP TABLE don't really belong in this thread. But "permission denied" is a fairly specific diagnostic message. Either operating system permissions or SQL privileges are preventing you from dropping the table.
Yes, the permissions issues are fairly specific and obvious. The CREATE and DROP discussion came into play because the OP was attempting to use DELETE.FILE and the routine as posted uses 'CREATE TABLE' if the initial open fails. Simple as that.

Posted: Sun Nov 20, 2005 5:08 pm
by Jayesh_09
Ray/Craig


Thank you very much for your reply.

Permission issued has been solved.


Regards
JK