Re: Date Issues

2004-12-21 Thread Allan - CFUG Spain
Why don't you use CreateODBCDate() / CreateODBCDateTime()? Along with That never gives problems. - Original Message - From: "Jason Smith" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, December 21, 2004 8:17 PM Subject: Re: Date Issues > Th

RE: Date Issues

2004-12-21 Thread Burns, John D
t: Tuesday, December 21, 2004 2:18 PM To: CF-Talk Subject: Re: Date Issues That is a very helpful piece of code right there MYSQL is outputting the date - 2012-07-20 04:00:00.0 and of course the original writer of the cf app has MM/DD/ as the output in his code. Now I'm assuming I can just ch

Re: Date Issues

2004-12-21 Thread Jason Smith
gt; > > > -----Original Message- > > From: Jason Smith [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, December 21, 2004 1:58 PM > > To: CF-Talk > > Subject: RE: Date Issues > > > > I tried that in the beginning thinking it might have something to do > >

RE: Date Issues

2004-12-21 Thread Jason Smith
ohn Burns >Certified Advanced ColdFusion MX Developer >AI-ES Aeronautics, Web Developer > >-Original Message- >From: Jason Smith [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 21, 2004 1:58 PM >To: CF-Talk >Subject: RE: Date Issues > >I tried that in the beginni

Re: Date Issues

2004-12-21 Thread Greg Morphis
> > John Burns > Certified Advanced ColdFusion MX Developer > AI-ES Aeronautics, Web Developer > > -Original Message- > From: Jason Smith [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 21, 2004 1:58 PM > To: CF-Talk > Subject: RE: Date Issues > > I

RE: Date Issues

2004-12-21 Thread Burns, John D
r 21, 2004 1:58 PM To: CF-Talk Subject: RE: Date Issues I tried that in the beginning thinking it might have something to do with it. But all that does is reverse the date 2012/07/20 what I really can't figure out is where it could possibly be pulling that date from. At 11:54 AM 12/21/2004, you wr

RE: Date Issues

2004-12-21 Thread Jason Smith
ailto:[EMAIL PROTECTED] >Sent: Tuesday, December 21, 2004 1:48 PM >To: CF-Talk >Subject: Date Issues > >Can anyone narrow down what the problem might be: > >The site I'm working on was built for access, I ported it to mysql after >making all the needed changes for date stamps

RE: Date Issues

2004-12-21 Thread Burns, John D
:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 1:48 PM To: CF-Talk Subject: Date Issues Can anyone narrow down what the problem might be: The site I'm working on was built for access, I ported it to mysql after making all the needed changes for date stamps and anything else incompati

Date Issues

2004-12-21 Thread Jason Smith
Can anyone narrow down what the problem might be: The site I'm working on was built for access, I ported it to mysql after making all the needed changes for date stamps and anything else incompatible I have a new issue that seems to be random. When updating an Item via the administration applic

Re: Date issues between CF5 and CFMX

2002-11-19 Thread S . Isaac Dealey
You're welcome. :) If you need it immediately, I would probably try and get more familiar with the xml portion of this process for troubleshooting purposes. You may be surprised, it may not be an issue with CF at all. >>Sounds really odd -- I haven't seen or heard of any problems with 4 digit >>y

Re: Date issues between CF5 and CFMX

2002-11-19 Thread Scott Brady
>Sounds really odd -- I haven't seen or heard of any problems with 4 digit >years in CF 5 ... I remember there being mention in the documentation for a >previous version of CF ( I think it was the docs for 3.0 I was reading at >the time ) that said a 2 digit year would be interpreted as 20xx if xx

Re: Date issues between CF5 and CFMX

2002-11-19 Thread S . Isaac Dealey
if xx <= 30 and 19xx if xx > 30. > Are there any date issues (particularly Y2K issues of all things) with CF5 > compared to CFMX? > Here's the situation: > We have an app which we will be porting over to CFMX. Our QA server is > currently on CF5. We have a search scree

Date issues between CF5 and CFMX

2002-11-19 Thread Scott Brady
Are there any date issues (particularly Y2K issues of all things) with CF5 compared to CFMX? Here's the situation: We have an app which we will be porting over to CFMX. Our QA server is currently on CF5. We have a search screen that lists patients and their date of birth (among other t

RE: Help:Oracle Date Issues and Error Message.

2001-01-16 Thread Peter J. MacDonald
-Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 09:36 To: CF-Talk Subject: Help:Oracle Date Issues and Error Message. - Error Diagnostic Information ODBC Error Code = 37000 (Syntax

RE: Help:Oracle Date Issues and Error Message.

2001-01-16 Thread Angél Stewart
That was it. The ' and ' around the CreateODBCDATETIME() Function. When I took those out it worked. I absolutely HATE syntax errors. When one takes all the time to get the logic etc. of the statments correct and a little comma or an apostrophe out of place screws you over! Bah! AI interpretive

RE: Help:Oracle Date Issues and Error Message.

2001-01-16 Thread Bjørn Jensen
t: RE: Help:Oracle Date Issues and Error Message. You could try using the Oracle function TO_DATE() instead of createOdbcDateTime(). Also, surely James Bond's EmplID should be 007 :-) Nick -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 2:36

RE: Help:Oracle Date Issues and Error Message.

2001-01-16 Thread DeVoil, Nick
You could try using the Oracle function TO_DATE() instead of createOdbcDateTime(). Also, surely James Bond's EmplID should be 007 :-) Nick -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 2:36 PM To: CF-Talk Subject: Help:Oracle

Re: Help:Oracle Date Issues and Error Message.

2001-01-16 Thread Greg Luce
L PROTECTED]> Sent: Tuesday, January 16, 2001 9:35 AM Subject: Help:Oracle Date Issues and Error Message. > - > Error Diagnostic Information > ODBC Error Code = 37000 (Syntax error or access violation) > > [Microsoft][ODBC d

Help:Oracle Date Issues and Error Message.

2001-01-16 Thread Angél Stewart
- Error Diagnostic Information ODBC Error Code = 37000 (Syntax error or access violation) [Microsoft][ODBC driver for Oracle][Oracle]ORA-00917: missing comma SQL = "INSERT INTO Empinfo_audit(EmplID,name,deptid,effdt,enddate,dayabs,reaso