Douglas J Steele wrote in message
<(E-Mail Removed)> :
> Shouldn't that be yyyy-mm-dd, Alex? (In other words, aren't date separators
> necessary?)
>
I think SQL-server will accept that string as a date. Bol (2005) states
this, and the yyyy-mm-dd format to be valid ISO 8601 date formats,
which
also seems consistant with
http://en.wikipedia.org/wiki/ISO_8601 (basic
vs extended "for human readability" formats)
But this would mean converting the date to string before passing it as
a parameter, and I think, have SQL server perform implicit conversion
to date again, within the SP (which shouldn't be a problem, though), vs
your recommandation of using adDate, which is also what I would use.
--
Roy-Vidar