Hi,
I’m trying a sample with Vaadin + Sql Server.
After create a JDBCConnectionPool I have the following :
TableQuery tq = new TableQuery(“myTableName”, MyJDBCConnectionPool); tq.setVersionColumn(“MyIdColName”); SQLContainer container = new SQLContainer(tq);
Then I got this error :
com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near ‘LIMIT’
Any help please ?