Hello folks,

I get the error below in my CGI script which is a small database app.
I am using NDBM_File and am 99% certain that everything is correct because I 
first wrote the script without using CGI and it worked perfectly. The 
following is that uncertain 1%:

"ndbm store returned -1, errno 0, key "C4842AE" at 
/usr/local/httpd/cgi-bin/ism-web.pl line 49."

This is the offending line:

$STOCK{$act_on} += $val;

$act_on is the key (in this case "C4842AE").

I can't seem to find a description of error numbers either.

Thanks for any help,

G Jones.

Reply via email to