Visual RPG 9.0 Language Reference  

Database.DeleteName Method

DeleteName deletes an existing database name from the registry.

database.DeleteName (ExistingName)

Parameters

ExistingName
Required.  A string containing the name of an existing database name to delete from the registry.

Remarks

This method is Shared, and does not affect the current values of the database object.

Use the GetNames method to get an array of strings containing all of the database names found in the registry.

Requirements

Namespace: ASNA.VisualRPG.Runtime

Assembly: ASNA Visual RPG Runtime (in ASNA.VisualRPG.Runtime.dll)

Platforms: Windows 2000 Professional SP4, Windows 2000 Server SP4, Windows Server 2003, Windows XP Professional SP2, Windows Vista Business Edition 

See Also

ASNA.VisualRPG.Runtime
Database Class
Database Class Members
Database Class Methods
Database Class Properties
DCLDB
GetNames Method