Hi,
I am new to programming. so please help.
i have added a service database to my program in vs 2008 c#. i have added some tables and in some of those tables i have set a column of type "uniqueidentifi er".
My understanding is that this column should get its value automatically when a new record is inserted into database. nothing happens when i click on save button from my program and instead i get an error that this column doest allow nulls.
is there anything else that i should do from from code to get this value in the row?
please help
I am new to programming. so please help.
i have added a service database to my program in vs 2008 c#. i have added some tables and in some of those tables i have set a column of type "uniqueidentifi er".
My understanding is that this column should get its value automatically when a new record is inserted into database. nothing happens when i click on save button from my program and instead i get an error that this column doest allow nulls.
is there anything else that i should do from from code to get this value in the row?
please help
Comment