Inserting a record
Hi!
I was playing around with WinForms demo that comes with Jasper CTP. The demos use Nortwind database and there is a form that allows insertion of records into Products table (SimpleForm.vb).
Since ProductID field is identity field I would like to enter only ProductName, but I can't persuade Jasper to ignore ProductID. I tried to delete the field from the form, but after calling context.SaveChanges Jasper responds with "Cannot insert the value NULL into column 'ProductName', table 'Northwind.dbo.Products'; column does not allow nulls. INSERT fails.The statement has been terminated." I would like Jasper to create an INSERT command like this one:
Thank you,
Andreja

