Skip to main content

Hello at all,

 

i have to start in SQL. My Tables are created like that way:

16138i703071AC549D1BC2.png

 

 

The Problem is, that i can't change from Required Yes to Required No on the Primary Key field Z_ID.

K2 misinterprets my logic of the SQL Table. Is there any chance or idea to get this being correct on Required = No?

 

Many thanks in advance!

Best greetings

Fabian

For all with the same problem.

Workaround for now is a Procedure which creates a new entry in the database. So an extra itemview which just creates new entries with the smartObject based on the procedure and another Listview where you can list, update, delete the entries. 

Here to find. https://www.codeproject.com/Articles/417084/Auto-incremented-ID-with-NVARCHAR-VARCHAR-datatype


Reply