AX_IsServerLoaded Function | |
Return .T. if Advantage is loaded on the specified location.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax FUNCTION AX_IsServerLoaded(
cFileName AS STRING
) AS LOGIC
public static bool AX_IsServerLoaded(
string cFileName
)
Request Example
View SourceParameters
- cFileName
- Type: String
String containing drive letter or server name to check.
If the application uses a server name as the parameter, it must include the share or
volume name as well. For example, use "\\server\share" or "\\server\vol:"..
Return Value
Type:
LogicRemarks cFileName must start with a drive letter ("X:\") or a UNC path ("\\server\volume\path\")
See Also