Equinox Online Help - Language Reference - A to Z

Home

DatabaseFromName

Applies to
SyntaxDatabaseFromName (NameExpression)
Action[Function] Returns an database variable type from a string name.
ScopeUsable anywhere.
Notes

This function returns a value with the same type as an database variable from the parameter NameExpression. It is useful for converting user selections to the database variable type.

CategoryRecord navigation
See Also  
Example

The following example optimises a database using a string containing its name.

Execute OptimiseDatabase DatabaseFromName(tSelect)