Re: [ cf-dev ] syntax error

2003-09-30 Thread Ian Westbrook
yeah, but enddate isn't required by the db, because there won't always be one... Ian W - Original Message - From: "Kevin Faulkner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 29, 2003 5:27 PM Subject: RE: [ cf-dev ] syntax err

RE: [ cf-dev ] syntax error

2003-09-30 Thread Robertson-Ravo, Neil (RX)
Wouldnt be faster? -Original Message- From: Ian Westbrook [mailto:[EMAIL PROTECTED] Sent: 30 September 2003 09:31 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] syntax error yeah, it was that. I changed the code to and now it works fine. ta ;-) Ian W - Original Message

Re: [ cf-dev ] syntax error

2003-09-30 Thread Ian Westbrook
yeah, it was that. I changed the code to and now it works fine. ta ;-) Ian W - Original Message - From: "Kevin Faulkner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 29, 2003 5:27 PM Subject: RE: [ cf-dev ] syntax error >

RE: [ cf-dev ] syntax error

2003-09-29 Thread Kevin Faulkner
seems like a null enddate? -Original Message- From: Ian Westbrook [mailto:[EMAIL PROTECTED] Sent: 29 September 2003 17:18 To: cfug dev list Subject: [ cf-dev ] syntax error another good old syntax error. I've stared at this for half an hour, can't see what's wrong. anyone else any ideas?

Re: [ cf-dev ] syntax error

2003-09-29 Thread duncan . cumming
check your value for enddate, it's trying to insert a null value just now: {d '2003-10-04'}, , 0, Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---

Re: [ cf-dev ] syntax error...

2003-07-29 Thread Ian Westbrook
y 29, 2003 3:51 PM Subject: Re: [ cf-dev ] syntax error... > is it not being treated as a text string now? > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human he

Re: [ cf-dev ] syntax error...

2003-07-29 Thread Stephen Moretti
nal Message - From: "Ian Westbrook" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 3:37 PM Subject: Re: [ cf-dev ] syntax error... > doesn't seem to make any difference to it working, but at least I'm getting > a _differe

Re: [ cf-dev ] syntax error...

2003-07-29 Thread Ian Westbrook
the date is definitely the problem, tho, cause if I comment out that section of the query it works... Ian W - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 3:44 PM Subject: Re: [ cf-dev ] syntax error... > but can y

Re: [ cf-dev ] syntax error...

2003-07-29 Thread Rlovelock23
is it not being treated as a text string now?

Re: [ cf-dev ] syntax error...

2003-07-29 Thread Ian Westbrook
well, that's what i thought, whihc is why originally it was unquoted... Ian W - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 3:44 PM Subject: Re: [ cf-dev ] syntax error... > but can you do a greater/less than t

Re: [ cf-dev ] syntax error...

2003-07-29 Thread Rlovelock23
but can you do a greater/less than test succesfully on a text date string such as this in quotes?

Re: [ cf-dev ] syntax error...

2003-07-29 Thread Ian Westbrook
- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 3:26 PM Subject: Re: [ cf-dev ] syntax error... > I reackon it might be the quoteless dates! > > In a message dated 29/07/2003 15:25:59 GMT Daylight Time, > [EMAIL PROTECTED] writes: >

Re: [ cf-dev ] syntax error...

2003-07-29 Thread Ian Westbrook
well, there's some concensus, so I'll give that a go! ;-) sure it worked last time I tried it a few days ago, tho... ta Ian W - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 3:26 PM Subject: Re: [ cf-dev ]

Re: [ cf-dev ] syntax error...

2003-07-29 Thread Rlovelock23
I reackon it might be the quoteless dates! In a message dated 29/07/2003 15:25:59 GMT Daylight Time, [EMAIL PROTECTED] writes: > -Original Message- > From: Ian Westbrook [mailto:[EMAIL PROTECTED] > Sent: 29 July 2003 15:16 > To: cfug dev list > Subject: [ cf-dev ] syntax error... > >

RE: [ cf-dev ] syntax error...

2003-07-29 Thread Tim Blair
Is it not something to do with your dates? Shouldn't they be in quotes: i.e. diary.startdate >= 'Tuesday July 29, 2003' Instead of how you have it: diary.startdate >= Tuesday July 29, 2003 Tim. --- RAWNET LTD - Internet, New Media and ebu

RE: [ cf-dev ] syntax error...

2003-07-29 Thread Kevin Faulkner
Have you tried quoting the date? -Original Message- From: Ian Westbrook [mailto:[EMAIL PROTECTED] Sent: 29 July 2003 15:16 To: cfug dev list Subject: [ cf-dev ] syntax error... Hi been staring at this for half an hour now, and can't see what's wrong with it. anyone else have an idea? th

Re: [ cf-dev ] syntax error...

2003-07-29 Thread duncan . cumming
don't you need ' ' around your date string? i.e. instead of diary.startdate >= Tuesday July 29, 2003 it should say diary.startdate >= 'Tuesday July 29, 2003' Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative sol