Skip to content

selectDatabase

MicroBlaster edited this page Dec 1, 2019 · 1 revision

Purpose: Selects an existing database with the specified name.

Syntax: selectDatabase {Name}

{name}: The name of the database to be selected.

Notes: Options can be configured with the editDatabase command after a database is selected.

Example:

selectDatabase "ClassicTW-1" 

editDatabase "ServerName" "twgs.classictw.com"
editDatabase "ServerPort" 2002
editDatabase "LoginName" "Micro"
editDatabase "Password" "Meow"
editDatabase "GameLetter" "A"

connect

Clone this wiki locally