set_connection_information


Description:

public void set_connection_information (DsnInfo cinfo)

Changes the information displayed in this, to represent cinfo.

If this's mode has gda_ui_login_hide_direct_connection_mode, then if cinfo->name is not null it is displayed in the DSN selector, otherwise a warning is shown and the result is the same as having passed null for the cinfo argument.

In any case this's mode (set by set_mode ) is not changed.

Parameters:

this

a Login object

cinfo

a pointer to a structure representing the information to display.