Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsManagement Class / RemoveDatabase Method
The file name of access database. or a string for selecting a SQL Server database. The syntax of that string is: "Server|Database|0" Windows authentication "Server|Database|2|Username|Password" SQL Server authentication, username and password not encrypted.

RemoveDatabase Method
Removes the given parts database.
Syntax
public void RemoveDatabase( 
   string databaseName
)

Parameters

databaseName
The file name of access database. or a string for selecting a SQL Server database. The syntax of that string is: "Server|Database|0" Windows authentication "Server|Database|2|Username|Password" SQL Server authentication, username and password not encrypted.
Exceptions
ExceptionDescription
Thrown when database name is null
Thrown when database name is empty
See Also