check_valid_name


Description:

public static bool check_valid_name (string name) throws Error

Check that the given string is a valid connection manager name, i.e. that it consists entirely of ASCII letters, digits and underscores, and starts with a letter.

Parameters:

name

a possible connection manager name

Returns:

true if name is valid