In Server Registration dialog, we have 2 separate entries for Sybase ASE: TDS 4.5 and TDS 5.5. From a code perspective, they both connect to the same driver w/ the same parameters. Hence, we only need a single entry in server registration dialog. However, we do need to handle migration of existing connections created with either of the above. So, do the following in ADS v14:
1) In Server Registration, create a new entry called "Sybase ASE 11/12/15"
2) In Edit Server Registration dialog check to see if either TDS 4.5 or TDS 5.5 connection is being specified. If so, map it to the new "Sybase ASE 11/12/15" entry.
3) If user tries to connect to existing TDS 4.5 or TDS 5.5 conn automatically map it to the new "Sybase ASE 11/12/15" entry.
Looks like we have some more use cases to be covered.
Looks like we have some more use cases to be covered.
Making sure we dont compare using RDBMS titles
Making sure we dont compare using RDBMS titles
Issue #9263 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 14.0.0-beta-17 |
No time estimate |
1 issue link |
relates to #9029
Issue #9029Register Server - Test Plan |
@QA,
As part of testing this change, please make sure to run test cases 3 to 8 under #9029 Register Server - Test Plan.