
Signature
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com
The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
> I can only assume that it was a misguided attempt to 'protect'
> inexperienced users
I'm not sure that I agree. While I understand the arguments
for Null in a database, the fact is that Web Interfaces do
not do Null. Web Interfaces do empty strings. Coercing
Web Interfaces into using Null values is painful, irritating,
and misguided.
So my first guess would be that it was the push towards
Web Interfaces which encouraged MS to set the text property
to allow empty strings.
To a lesser extent, the same is true of any interface other
than the native Access interface, so my second guess would
be that it was part of the historical move from an optimised
database system to the loose collection of standard parts
(office, vba, etc) that is Access today.
(david)
> I can only assume that it was a misguided attempt to 'protect' inexperienced
> users from having to deal with Null values. If so, it was of course doomed
[quoted text clipped - 27 lines]
> >
> > I would appreciate the comments.
Brendan Reynolds - 17 Dec 2004 15:40 GMT
Well, if that was the reason, I believe my second point still stands -
changing this property does not solve the problem, as web developers still
have to deal with Null values in numeric and date/time fields.

Signature
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com
The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
>> I can only assume that it was a misguided attempt to 'protect'
>> inexperienced users
[quoted text clipped - 55 lines]
>> >
>> > I would appreciate the comments.