[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
RE: [data]
****** message to minivend-users from "Thompson-Jordan" <Thompson-Jordan@mindspring.com> ******
> ****** message to minivend-users from Andreas Kotowicz
> <koto@mynetix.de> ******
>
> Hi all,
>
> doing a "[data base="userdb" field="haendler" value="1"]" in
You need to add "key=". Key specifies which record to write to. Set the
key to the value in column 0 of the record.
[data base="userdb" key="00001" field="haendler" value="1"]" in
> order to write
> into the userdb in the field "haendler" the value "1" does give
> this error
> message:
>
> Runtime error: gdbm store returned -1, errno 2, key "k" at
> /home/mvend/lib/Vend/Table/GDBM.pm line 222.
>
> if I add the key parameter an set it to "" or "haendler" I get
> the message:
>
> Runtime error: gdbm store returned -1, errno 2, key "kheandler" at
> /home/mvend/lib/Vend/Table/GDBM.pm line 222.
>
>
> So how can I write into the field the value, or what am I doing wrong?
>
>
> Andreas
> -
> To unsubscribe from the list, DO NOT REPLY to this message.
> Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to
> Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
- References:
- [data]
- From: Andreas Kotowicz <koto@mynetix.de>