| Summary: | JDBC Connection string not excepted by Scout | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Bertin Kiekebosch <bertinrid> |
| Component: | Scout | Assignee: | Project Inbox <scout.sdk-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jeremie.bresson, mvi |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Related discussion in the forum http://www.eclipse.org/forums/index.php/m/756155/ fixed for juno ticket closed. deliverd as part of eclipse scout 3.8.0 (juno release train) |
to make a connection with my MS SQLServer database I have to enter the following JDBCMappingName @Override protected String getConfiguredJdbcMappingName() { return "jdbc:sqlserver://localhost:1433;databaseName=MY_DATABASE"; } If I open the Scout Object Properties Editor on the SQLService I get an error in this editor "Unaccepted value" It won't accept the semicolon ";" between the port number and the databaseName. The application works properly with the connection string provided in the source code