Servoy 6.0 rc 3

jcompagner:
That is code that ask the table for its pk columns. But it seems that in your case the ResultSet.getString(“COLUMN_NAME”); returns a null…
What is your database setup?

Using for development MS SQL 2008 local server. All tables have PKs. We do use database views as well and for them we need to manually set in Servoy a “fake” PK (this is actually something which Servoy should look at - database views may not have “unique record key” combination so we are forced currently to add “fake” columns to the views just to make them usable in Servoy)

There were no database schema changes between RC2 and RC3