Hello,
I am evaling your product and I have a quesiton on the db design.
I am porting a Visual FoxPro app to .Net. In the fw I used it wasn't really to good at handling nulls in the db. So, for non-required fields, instead of allowing nulls we set a db default empty (of type) for the field. So, all non-required varchars have a default of (''), all bits and numerics have a value of 0, etc.
What would be a better choice with LLBL generated objects. Continuing with the defaults or dropping the defaults and setting the fields to allow null?
Thanks,
BOb