Thanks!! I'm able to use the URL now.
In my the xml there is an element I want to format as date. It goes like this in the xml: 2008-07-04T00:00:00 (today's date)
When I try to format the recordset field as a date DD-MM-YYYY I get the error message: Type mismatch: 'clng' /Yr/dwzXmlRecordset/XmlRecordset.asp, line 549
Line 549 says: myDate = dateserial(clng(tmp(2)), clng(tmp(1)), clng(tmp(0)))
How can I format this field as a date 04-07-2008 and bind it to my page without an error ?
Regards Rune |
|
|