HP3000-L Archives

October 2000, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Dennis Heidner <[log in to unmask]>
Reply To:
Dennis Heidner <[log in to unmask]>
Date:
Sat, 21 Oct 2000 09:16:43 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (13 lines)
The password used to open up the database does not give you write access to
all fields.  Your program has used DBGET to retrieve a record, then modify
an item (for which the password says you can view), and then DBUPDATE was
called to update the entry (perhaps with @; as the item list).

Correct problem by:

1.  Using different password OR
2.     fix program logic not to modify the read only field in the programs
copy of the data OR
3.     change program to use a list only the fields that truly need to be
updated.

ATOM RSS1 RSS2