Can anybody tell me what the following error message means please? It occurs when trying to add a new record.
“java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Cannot insert explicit value for identity column in table ‘WHouseLocation’ when IDENTITY_INSERT is set to OFF. [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Cannot insert explicit value for identity column in table ‘WHouseLocation’ when IDENTITY_INSERT is set to OFF.”
Is it possible to indicate that all pk’s in a database are server generated in case you have many tables? or do you have to set each pk for each table individually
we are using Version R2 2.0 rc12-build 271
is it possible now to tell servoy that all tables in a database have db assigned pk’s?
We can set them one at a time by hand it’s not that difficult but with over 100 tables all with db assigned pk’s it would be great to be able to click one button to say “All pk’s are DB assigned”
many thanks
Eugene