|
costar Newbie
Joined: 24 Feb 2002 Posts: 2 Location: China
|
Posted: Sun Feb 24, 2002 10:19 am
I can't load database properly! |
Under zMUD5.55, I write an alias as the following,
#dbload db1
#math num %query(&name=@taskname)
But it never works unless I click the DB
button. The DB button seems to be the
prerequisite of any database command. |
|
|
|
gyropump Newbie
Joined: 07 Feb 2002 Posts: 6 Location: USA
|
Posted: Sun Feb 24, 2002 3:34 pm |
quote:
Under zMUD5.55, I write an alias as the following,
#dbload db1
#math num %query(&name=@taskname)
But it never works unless I click the DB
button. The DB button seems to be the
prerequisite of any database command.
#DBLOAD eq
#DBONLINE
;)
needa hit it online not just loaded, the button up top does both , threw me off a couple times too.
.*^*. If at first you dont succeed, your sky diving days are over .*^*. |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Mon Feb 25, 2002 1:45 am |
Hmm, I don't have 5.55 with me, but having the DB open is necessary so that the functions and commands associated with it are loaded into memory.
Kjata |
|
|
|
Troubadour GURU
Joined: 14 Oct 2000 Posts: 556 Location: USA
|
Posted: Mon Feb 25, 2002 7:49 am |
The statement: #math num %query(&name=@taskname) is strange.
%query returns a string list of record numbers, the #MATH command tries to evaluate an equation. The two can't be used together in this fashion.
Troubadour |
|
|
|
|
|