|
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. |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Fri Mar 08, 2002 12:54 am |
All I can think of is that the database didn't open for some reason.
DBLOAD db1
#SHOWDB
Does that give you a record?
TonDiening
Beta Upgrading to 6.26 |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Mar 08, 2002 1:30 am |
I only know this because someone else had the same question recently. After loading the database with #DBLOAD, you need to put it online with #DBONLINE.
LightBulb
All scripts untested unless otherwise noted |
|
|
|
|
|