Showing related tags and posts accross the entire site.
-
HI, I've got a question regarding database column default values and validation rules. My database is pre-existing so changes to the schema would not be good. The column looks like this: Column1 VARCHAR(10) NOT NULL DEFAULT dbo.defEmptyString I set the ParseDBColDefaultVal to True. This creates the...
-
Hi there, Question about the default value for System. DateTime ? | System. Boolean ? variables in entities: View Entity => DateTime.MinValue | false Table entity => null | null Is this by design (if so, could you shed some light as why)? Thenx! Regards, Michael Tautz P.S.: Many, many, many kudos...
-
I have created my DB just as I always do with a TimeStamp (TStamp) coumn that uses SQL's (getdate()) function to fill the column on a new row creation. When I generated the netTiers code the admin pages all include a required TStamp form field. I assumed that when you set a default value in SQL netTiers...
-
There's also a new property in the property set called ParseDbColDefaultValue, which will attempt to parse any column default values you have set. For example if you have a column called ModifiedDate and the default value of the column is GetDate(), .netTiers will parse that value and your property...