Hello
I have set in a table a column field as int and set its default value as ((0)). When adding a row trough
VB (with the myentity.addtotables(table) method), the default value is not set (the content of the column is Null). But when adding manually (through the server explorer) the default value is set. Any idea?
Thanks