Zuul Newbie
Joined: 04 Oct 2005 Posts: 2
|
Posted: Tue Oct 04, 2005 7:11 pm
Database Input |
I'm trying to use triggers to input data into my database. Here is what I have so far.
Trigger Pattern: ^~"(*)~" the raised standard of (*).
Trigger Value:
#DBLOAD items
#IF %query( "%1" = &roomcontents, All) {#noop} {#NEW All roomid=%roomvnum|roomcontents=%1}
Alias that I use to gather info:
#DBLOAD items
#forall {%query( (&roomid=%roomvnum), all)} {#DBDEL %i}
info here
The database is created and labeded correctly as are the fields. I can't seem to figure out why this isnt working. Any suggestions? |
|