Using ASP, ADO and DB2 I noticed a problem working with TIME fields? Here's
my snippet:
end_time=trim(rs("END_TIME"))
I've also tried:
end_time=rs("END_TIME")
end_time=formatdatetime(rs("END_TIME"),vblongtime)
All of these generate:
error '80020009'
Exception occurred.
Help?
Don Whitehead
Developer/DBA
INCCRRA
Microsoft Certified Professional
[EMAIL PROTECTED]
(309) 829-5327 ext. 28
---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]