RE: MySQL - Windows vs MySQL Linux

2002-11-05 Thread John Ragan
; > 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

RE: MySQL - Windows vs MySQL Linux

2002-11-05 Thread Kevin Passey
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'

RE: MySQL - Windows vs MySQL Linux

2002-11-05 Thread Black, Kelly W [PCS]
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

Re: MySQL - Windows vs MySQL Linux

2002-11-05 Thread John Ragan
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

MySQL - Windows vs MySQL Linux

2002-11-05 Thread Kevin Passey
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