[
https://issues.apache.org/jira/browse/IGNITE-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15452113#comment-15452113
]
ASF GitHub Bot commented on IGNITE-3390:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/1012
IGNITE-3390: Added DSN configuration window.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-3390
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1012.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1012
----
commit dabd86c62e39eb983ef3d198c8b8ee96d2623c84
Author: Andrey Novikov <[email protected]>
Date: 2016-08-31T09:00:19Z
IGNITE-3811 Fixed query for merge with complex key on SQL Server.
commit 5477d3c1e342adda9fc03bc6b4d8811885ae4664
Author: isapego <[email protected]>
Date: 2016-08-31T12:23:59Z
IGNITE-3390: Added DSN configuration window.
----
> ODBC: Add system DSN support for Windows.
> -----------------------------------------
>
> Key: IGNITE-3390
> URL: https://issues.apache.org/jira/browse/IGNITE-3390
> Project: Ignite
> Issue Type: Task
> Components: odbc
> Affects Versions: 1.6
> Reporter: Igor Sapego
> Assignee: Vladimir Ozerov
> Fix For: 1.8
>
> Attachments: dsn_configuration_window.png,
> dsn_configuration_window_reworked.png, dsn_configuration_window_v3.png,
> dsn_configuration_window_v4.png
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)