Using a logon dialog box
- Last Updated: July 25, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Apache Cassandra 8.0
- Documentation
Some ODBC applications display a logon dialog box when you are connecting to a data source. In these cases, the host name has already been specified.

In this dialog box, provide the following information:
- In the Host Name field, type the name or the IP address of the server to which you want to connect to which you want to connect.
- In the Port Number field, type the port number of the server listener.
- In the Schema Map field, type the name and location of the configuration file where the relational map of native data is written. See "Schema Map" for details.
- In the Keyspace Name field, type the name of the keyspace to which you want connect.
- Type your logon ID in the User Name field.
- Type your password in the Password field.
-
From the Authentication Method drop-down box, select one the
following:
- For no authentication, select -1 - No Authentication.
- To authenticate by passing the user ID in clear text and an encrypted password, select 0 - User ID/Password.
- Click OK to complete the logon.