passing a date value from asp (coded in vbs) to a stored procedure. stored procedure doesn't like the /'s in the date. creating date like this:
dateshow = formatdatetime(DateAdd("d",-4,now()), vbShortDate)
tried converting it to a string and changing the declaration varchar(60) in the proc. no luck.
thoughts? (or better yet, solution?)
mb "Where's the Ka-Boom? There's supposed to be an Earth-shattering Ka-Boom!"
Marvin the Martian
dateshow = formatdatetime(DateAdd("d",-4,now()), vbShortDate)
tried converting it to a string and changing the declaration varchar(60) in the proc. no luck.
thoughts? (or better yet, solution?)
mb "Where's the Ka-Boom? There's supposed to be an Earth-shattering Ka-Boom!"
Marvin the Martian