Hello Everyone!
I had a curious problem populating a date field in a database (Access) on my web server: using LCID=1033 (US data formats) in my asp pages, when I sent (say) 11/10/2005 (meaning 10 Nov 05) I realized that the date populated in my Access database was considered 11 Oct 05 (mmm-dd changed to dd-mmm)... why? Because my web server is located in Brazil and "their Access" uses Brazil´s LCID!
If you have this kind of trouble, use the ISO format, understood by "all Access databases" uniformly! To understand the "Date format database on the server" problem and this solution better, go to
http://www.4guysfromrolla.com/ASPScr...022202-1.shtml
Cheers,
fskilnik