Re: Dumb Question of the day (maybe year)
- From: "Joseph Melnick" <jmelnick@xxxxxxxx>
- Date: Tue, 28 Jun 2005 12:51:44 -0400
Terry wrote:
"Terry" <tknospa@xxxxxxxxxxxxx> wrote in message
news:42c144fb$1_1@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I am using phpMyAdmin to access MySQL for inputting data - built one
>table - no problems. I am uploading text files using ; as a delimiter.
>Second table includes a date (configured as date not datetime). I have
>tried:
> 2001-21-06;hello; \r\n
> 20002106;goodby; \r\n
> '2001-21-06';hello; \r\n
> '20002106';goodby; \r\n
>
> All I get is:
> Date comment
> 0000-00-00 hello
>
> I have looked at the manual for MySQL and php, googled - this is so simple
> no one else has a problem, right?
>
> TIA
>
> --
> TK
> http://www.wejuggle2.com/
> Still Having a Ball
Hello Terry,
Did you try to optionally quote the date field on import?
"2005-05-23";hello;
Joseph Melnick
JM Web Consultants
http://www.jphp.com/
.
- Follow-Ups:
- Re: Dumb Question of the day (maybe year)
- From: Terry
- Re: Dumb Question of the day (maybe year)
- References:
- Dumb Question of the day (maybe year)
- From: Terry
- Dumb Question of the day (maybe year)
- Prev by Date: Re: Loops all messed up
- Next by Date: Re: Version
- Previous by thread: Dumb Question of the day (maybe year)
- Next by thread: Re: Dumb Question of the day (maybe year)
- Index(es):
Relevant Pages
|