Problem with CSV Date column
- From: "Bill Nguyen" <billn_nospam_please@xxxxxxxx>
- Date: Tue, 20 Mar 2007 10:58:09 -0700
I'm reading a CSV file with the date colum formatted as "YYMMDD" -> "070310"
when viewed in notepad or similar trext editor.
However, in my app, using ODBCReader, the column value becomes "70310"
(integer value). This invalidates my attempt to convert the field into a
date field. I notice that this happened to other columns as well.
Is there a way to keep the original format (or to convert into date field
for this column?
Thanks
Bill
.
- Prev by Date: Thanks
- Next by Date: Re: Set focus and postback issue
- Previous by thread: table copying in ado 2.0
- Next by thread: Re: Problem with CSV Date column
- Index(es):
Loading