eda_reload_database Function
Loads the specified PDB to a file into the specified node.
Syntax
Function eda_reload_database (NodeName, DatabaseName)
Properties
The eda_reload_database function syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
NodeName |
String. The name of the node on which to re-load the database. |
DatabaseName |
String. The name of the database file that is to be loaded into memory. |
Return Value
Integer. FE_OK if no error
Remarks
This is equivalent to the DBB Reload... function. The name passed becomes the new name of the database. The name should be passed without a path or extension.
NOTE:The previous database in memory is replaced. No check is made to see if the database has been modified.