Van professionele vertalers, bedrijven, webpagina's en gratis beschikbare vertaalbronnen.
select the control panel.
제어판을 선택합니다.
Laatste Update: 1970-01-01
Gebruiksfrequentie: 1
Kwaliteit:
create a user or system dsn in your odbc administrator, located in the control panel.
create a user or system dsn in your odbc administrator, located in the control panel. make up a dsn name, enter your hostname, user name, password, port, etc for you mysql database configured in step 1.
a control consists of an oid identifying the control, an optional value, and an optional flag for criticality.
the options ldap_opt_deref, ldap_opt_sizelimit, ldap_opt_timelimit, ldap_opt_protocol_version and ldap_opt_error_number have integer value, ldap_opt_referrals and ldap_opt_restart have boolean value, and the options ldap_opt_host_name, ldap_opt_error_string and ldap_opt_matched_dn have string value. the first example illustrates their use. the options ldap_opt_server_controls and ldap_opt_client_controls require a list of controls, this means that the value must be an array of controls. a control consists of an oid identifying the control, an optional value, and an optional flag for criticality. in php a control is given by an array containing an element with the key oid and string value, and two optional elements. the optional elements are key value with string value and key iscritical with boolean value. iscritical defaults to false if not supplied. see also the second example below.