I’m just evaluating Servoy with some MS SQL server 2000 databases.
For some DB it’s running fine but with others I got two kinds of problems:
- login fails although I set up properly with this connection string: “jdbc:microsoft:sqlserver://xxxx.dupuis.be:1433;DatabaseName=prospection_test;SelectMethod=cursor”. I got the message: “cannot setup server” with detail:“java. sql.sqlexception Microsoft …Cannot open database requested in login ‘prospection_test’. Login fails”
What seems very odd is this message is that ‘prospection_test’ is not the login but the database name.
Sure the login and password are correct as I use those accessing this DB with other tools.
- For other databases, Servoy refuses to work with table with no primary key though there is a primary key.