|
tacturnal Beginner
Joined: 28 May 2003 Posts: 21 Location: USA
|
Posted: Wed May 28, 2003 3:41 am
Deleting Database Records |
I want to delete records from my database from a command line alias, and I can't figure out how to do it, can someone help me? I would also like to be able to bring up a database in database view from the commandline, is this possible? thanks.
--James |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed May 28, 2003 11:07 am |
#DBDELETE
#MENU {Windows|Database}
You'll have to figure out how to select a particular database on your own.
LightBulb
Advanced Member |
|
|
|
tacturnal Beginner
Joined: 28 May 2003 Posts: 21 Location: USA
|
Posted: Wed May 28, 2003 4:22 pm |
I don't want to delete a database, I want to delete specific records.
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed May 28, 2003 6:05 pm |
And your point is?
#DBDELETE
Deletes the specified database record.
LightBulb
Advanced Member |
|
|
|
tacturnal Beginner
Joined: 28 May 2003 Posts: 21 Location: USA
|
Posted: Thu May 29, 2003 4:24 am |
oh neat, thanks.. didn't know about that menu thing .. I went with a variable array instead.. faster anyway.. but definitely a handy thing to know.. thanks (=
--James |
|
|
|
|
|