How to write an update request using Sql Compact Server
1 answer
http://msdn.microsoft.com/en-us/library/ms174123.aspx
It would be something like
ALTER TABLE <IdentityTable> ALTER COLUMN <Identity Column> <Data Type> (1, 1)
But how are you going to add indentity to nentarar datatype?
+1
a source to share