Gossamer Forum
Home : Products : DBMan : Installation :

deleting and modifying

Quote Reply
deleting and modifying
When I try to delete records, it keeps saying "Record(s) Not Deleted" because there were no records specified. I checked the ones I wanted to delete and it gave me this message. The same thing happens when I try to modify a record. Any ideas?

Thanks
Quote Reply
Re: deleting and modifying In reply to
Sounds like a problem with the $db_key value.

Do you have an input field for the $db_key field in your html_record_form?


------------------
JPD





Quote Reply
Re: deleting and modifying In reply to
Hmmm, JP is the real PRO at this but it "might" sound like either a bad data base file or you "might" have a problem with your field definitions -- I've had the same problem and it was only a bad data base file. I hope I was of some help.
Quote Reply
Re: deleting and modifying In reply to
The $db_key value is set to "ID"
Quote Reply
Re: deleting and modifying In reply to
Forgot to include this...the $db_key value is set to ID and I have not edited the html.pl file
Quote Reply
Re: deleting and modifying In reply to
Is there a chance that you added a field to your .cfg file after you had added even one record to the .db? That would cause the problem you're having.


------------------
JPD





Quote Reply
Re: deleting and modifying In reply to
I might have. I'll just edit it offline and upload.

Thanks