Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

Re: FN-FORUM: ASP suckery

date posted 5th January 2007 12:25

First try outputting the

oRs.Fields("daDespatchDate")

value without the formatting. That way you'll at least be able to see if
the date data is reaching the script.

You're right, 30/12/1899 comes up for broken dates. Are a lot of the
fields null? Have you seen all the data?

Best of luck,

Steve


webmetric wrote:
> I'm more of a PHP bod, but needs must and all that, so I'm looking at an ASP
> (classic) site for a client. I hasten to add, that I didn't write this site
> myself, and I have no idea if it's the APS that sucks, or the original
> programmer who sucks, but clearly something isn't right.
>
> The code is getting some data from SQL server database - dates in this
> instance.
>
> Here's the relevant code, the bits I've removed are just to do with the
> other fields that aren't relevant.
>
> szSQL = "SELECT * "
> szSQL = szSQL & "FROM SPJobs "
> szSQL = szSQL & "WHERE ( SPJobs.daCreateDate >= '" & Month(strFromDate) &
> "/" & Day(strFromDate) & "/" & Year(strFromDate) & " 00:00' "
> szSQL = szSQL & "AND SPJobs.daCreateDate Day(strToDate) & "/" & Year(strToDate) & " 23:59' ) "
>
>
>
> szSQL = szSQL & "ORDER BY daCreateDate,SPCompanies.strCompanyName "
>
> Response.Write "SQL: " & szSQL & ""
> Set oRs = oConn.Execute( szSQL, lngRecs, adCmdText )
> if oRs.BOF and oRs.EOF then
> %>
>
>  
>  There are no items. 
>  
>
> else
> oRs.MoveFirst
> Do While Not oRs.EOF
> nJobID = oRs.Fields("nJobID")
> daCreateDate = oRs.Fields("daCreateDate")
> daDespatchDate = oRs.Fields("daDespatchDate")
>
>
> strCreateDate = Day(daCreateDate) & "/" & Month(daCreateDate) & "/" &
> Year(daCreateDate)
> strDespatchDate = Day(daDespatchDate) & "/" & Month(daDespatchDate) & "/" &
> Year(daDespatchDate)
>
> %>
>
>
>
>
>
> oRs.MoveNext
> Loop
> end if
> %>
>
>
> The problem is that while daCreateDate works fine and comes out in the
> proper format. daDespatchDate always comes out as 30/12/1899 ( I suspect
> this is a default date for date objects ?) I note the format is correct, but
> the date isn't. Both columns do have data, both are stored as the same kind
> of date format.
>
> Any clues.
>
>
>
>
>



Messages by Day
January 31st 2007
January 30th 2007
January 29th 2007
January 28th 2007
January 27th 2007
January 26th 2007
January 25th 2007
January 24th 2007
January 23rd 2007
January 22nd 2007
January 21st 2007
January 20th 2007
January 19th 2007
January 18th 2007
January 17th 2007
January 16th 2007
January 15th 2007
January 14th 2007
January 13th 2007
January 12th 2007
January 11th 2007
January 10th 2007
January 9th 2007
January 8th 2007
January 7th 2007
January 6th 2007
January 5th 2007
January 4th 2007
January 3rd 2007
January 2nd 2007
January 1st 2007


Messages by Month
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000