Back Previous Next


Linguist data package - database

Syntax:

	database init (name}

Keyword handler:

   net.eclecity.linguist.data.keyword.DataKDatabase.class

Runtime handler(s):

   net.eclecity.linguist.data.handler.DHInit.class

Function:

Initialize the database. This may or may not be needed, depending on which SQL database is used. In the case of InstantDB it is given the name of the .PRP file that governs the startup behavior of the database.

Example(s):

   database init "MyData"


Back Previous Next