Description
Need to add support for the DSN creation/modification in Windows. To do so we will need to create some UI windows with matching fields.
DSN stands for the Data Source Name, and it is actually list of options for the ODBC driver which can be used to establish connection. In our case it is set of the host name, tcp port and cache name to which connection should be established. In Windows it seems to be common practice to use "ODBC Data Source Administrator" system tool to configure DNS for the ODBC driver. "ODBC Data Source Administrator" it it's turn uses GUI windows to get DSN information from the user. So to support this feature, we'd needed to implement GUI window that would allow our users to configure their own DSNs.
Attachments
Attachments
Issue Links
- is blocked by
-
IGNITE-3577 ODBC: Add "Address" connection string argument
- Closed
-
IGNITE-3587 ODBC: Add Distributed Joins support to ODBC.
- Closed
- relates to
-
IGNITE-3868 ODBC: DSN support for Windows works incorrectly
- Resolved
- links to