;
> Regards
>
> Kevin
>
> -Original Message-
> From: John Ragan [mailto:jragan@;arkansas.net]
> Sent: 05 November 2002 19:22
> To: Mysql (E-mail); Kevin Passey
> Subject: Re: MySQL - Windows vs MySQL Linux
>
>
>
> you've insured that you
field names it works fine on
both platforms
Thanks for your help
Regards
Kevin
-Original Message-
From: John Ragan [mailto:jragan@;arkansas.net]
Sent: 05 November 2002 19:22
To: Mysql (E-mail); Kevin Passey
Subject: Re: MySQL - Windows vs MySQL Linux
you've insured that you'
John Ragan [mailto:jragan@;arkansas.net]
Sent: Tuesday, November 05, 2002 11:22 AM
To: Mysql (E-mail); Kevin Passey
Subject: Re: MySQL - Windows vs MySQL Linux
you've insured that you're not simply
encountering a problem with case sensitivity ?
windows is not case sensitive.
> Hi all
you've insured that you're not simply
encountering a problem with case sensitivity ?
windows is not case sensitive.
> Hi all,
>
> I have a problem - I've built some JSP which runs ok on a windows install of
> MySQL, but on a Linux install of MySQL only the update part works.
>
> Here is wha
Hi all,
I have a problem - I've built some JSP which runs ok on a windows install of
MySQL, but on a Linux install of MySQL only the update part works.
Here is what it does -
SELECT date, clicks FROM bsafeLinks WHERE date = DATE
INSERT INTO bsafeLinks (date,clicks) VALUES (CURDATE(),'0')
UPD