| Connection string not excepted by Scout [message #756076] |
Thu, 10 November 2011 14:26  |
Bertin Kiekebosch Messages: 223 Registered: August 2011 |
Senior Member |
|
|
Hi,
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.
I am doing this in a wrong way or is the a bug.
Tried to use the database properties field for this but without succes.
Regards Bertin
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01642 seconds