Weird error message

2006-01-24 Thread Jennifer Gavin-Wear
Any ideas anyone please? Strange error running: cfquery dbtype=query name=mail_clear select * from mail_get where mail_get.uid #last_mail+1# /cfquery Returning with: 0100(CET) must be interprettable as a valid number in the current locale. The error occurred in

RE: Weird error message

2006-01-24 Thread Brad Wood
Try wrapping val(last_mail)+1 in an evaluate() #evaluate(val(last_mail)+1)# -Original Message- From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 12:49 PM To: CF-Talk Subject: Weird error message Any ideas anyone please? Strange error running

RE: Weird error message

2006-01-24 Thread Jennifer Gavin-Wear
the cfc. Jenny -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: 24 January 2006 19:08 To: CF-Talk Subject: RE: Weird error message Try wrapping val(last_mail)+1 in an evaluate() #evaluate(val(last_mail)+1)# -Original Message- From: Jennifer Gavin-Wear [mailto

Weird Error Message.

2005-05-26 Thread Ricardo Russon
I left my Dev box running overning. When i came back into work I saw this error at the command prompt. 27/05 07:00:44 error Event Handler Exception. [1]java.lang.OutOfMemoryError [0]coldfusion.runtime.EventHandlerException: Event Handler Exception. at

Weird Error Message

2003-03-03 Thread Shahzad.Butt
Today, thinking of normal day I typed in my site address. Clicked on a link and its giving following error. Does anyone knows what this error is all about and how come its appearing without anything being changed. Thanks in advance Errors reported by Java compiler: Found 1 semantic error

RE: Weird Error Message

2003-03-03 Thread Mike Townend
://www.phonebin.com From Phone to Web in minutes -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: Monday, March 3, 2003 11:29 To: CF-Talk Subject: Weird Error Message Today, thinking of normal day I typed in my site address. Clicked on a link and its giving following error. Does

Re: Weird Error Message

2003-03-03 Thread Jesse Houwing
Citeren Shahzad.Butt [EMAIL PROTECTED]: Today, thinking of normal day I typed in my site address. Clicked on a link and its giving following error. Does anyone knows what this error is all about and how come its appearing without anything being changed. Thanks in advance Errors reported

RE: Weird Error Message

2003-03-03 Thread Shahzad.Butt
Thanks, it works after deleting both .class and .java files -Original Message- From: Jesse Houwing [mailto:[EMAIL PROTECTED] Sent: 03 March 2003 11:45 To: CF-Talk Subject: Re: Weird Error Message Citeren Shahzad.Butt [EMAIL PROTECTED]: Today, thinking of normal day I typed in my site

Re: CFMX SQL - simple query with weird error message

2002-07-29 Thread Brian Scandale
Ye, I am getting a VERY similar error. Did you ever get resolution on this issue? I can solve my problem by setting up the DataSource in the CFAdmin as ODBC Socket connection instead of SQLServer... however I was thinking that JDBC is more efficient... faster etc. Brian At 10:53 AM

CFMX SQL - simple query with weird error message

2002-07-16 Thread Ye Wang
We just installed CFMX on a brand new server, W2k with SQL 2000. Most CF5 codes worked and no problems with stored procedures so far, except a few errors on simple queries. One of them was quite weird. Name : VARCHAR(128) Cost: real tableA joins tableB on (tableA.ID = tableB.aID) Case 1:

Re: CFMX SQL - simple query with weird error message

2002-07-16 Thread Douglas Brown
16, 2002 10:53 AM Subject: CFMX SQL - simple query with weird error message We just installed CFMX on a brand new server, W2k with SQL 2000. Most CF5 codes worked and no problems with stored procedures so far, except a few errors on simple queries. One of them was quite weird. Name : VARCHAR

Re: CFMX SQL - simple query with weird error message

2002-07-16 Thread S . Isaac Dealey
Kinda weird, but try like so SELECT A.Name, B.Cost FROM tableA a INNER JOIN tableB b ON (A.ID = B.aID) WHERE B.aID = 1 I don't have an MX machine handy ... curious to know what the error message was tho... could you post it to the list? Isaac Dealey www.turnkey.to

Re: CFMX SQL - simple query with weird error message

2002-07-16 Thread Ye Wang
PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 16, 2002 2:15 PM Subject: Re: CFMX SQL - simple query with weird error message Kinda weird, but try like so SELECT A.Name, B.Cost FROM tableA a INNER JOIN tableB b ON (A.ID = B.aID) WHERE B.aID = 1

Re: CFMX SQL - simple query with weird error message

2002-07-16 Thread S . Isaac Dealey
Ooops! Sorry... nevermind my last post. :) Isaac Dealey www.turnkey.to 954-776-0046 __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community.

Re: CFMX SQL - simple query with weird error message

2002-07-16 Thread Ye Wang
fix it. Can anyone throw some light on this? Thx -Ye - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 16, 2002 2:28 PM Subject: Re: CFMX SQL - simple query with weird error message Kinda weird, but try like so SELECT

RE: CFMX SQL - simple query with weird error message

2002-07-16 Thread Joe Eugene
Type IV driver doesnt seem to like something. Joe Certified Advanced ColdFusion Developer [EMAIL PROTECTED] -Original Message- From: Ye Wang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 1:54 PM To: CF-Talk Subject: CFMX SQL - simple query with weird error message We just

Re: CFMX SQL - simple query with weird error message

2002-07-16 Thread S . Isaac Dealey
Why do I have a sinking feeling I'm putting my head in a noose here? :) [Macromedia][SQLServer JDBC Driver]Value can not be converted to requested type. Considering this error message and the fact that it's a select statement where you don't have anything but the single hard-coded (1) being

Re: CFMX SQL - simple query with weird error message

2002-07-16 Thread Jochem van Dieten
Ye Wang wrote: We just installed CFMX on a brand new server, W2k with SQL 2000. Most CF5 codes worked and no problems with stored procedures so far, except a few errors on simple queries. One of them was quite weird. Name : VARCHAR(128) Cost: real tableA joins tableB on (tableA.ID =

Re: CFMX SQL - simple query with weird error message

2002-07-16 Thread Ye Wang
. Or is this just a JDBC problem. This message of Value can not be converted to requested type. really confused me. - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 16, 2002 2:46 PM Subject: Re: CFMX SQL - simple query with weird error

RE: CFMX SQL - simple query with weird error message

2002-07-16 Thread Joe Eugene
with weird error message Ye Wang wrote: We just installed CFMX on a brand new server, W2k with SQL 2000. Most CF5 codes worked and no problems with stored procedures so far, except a few errors on simple queries. One of them was quite weird. Name : VARCHAR(128) Cost: real tableA joins

Re: CFMX SQL - simple query with weird error message

2002-07-16 Thread Ye Wang
SQL - simple query with weird error message Why do I have a sinking feeling I'm putting my head in a noose here? :) [Macromedia][SQLServer JDBC Driver]Value can not be converted to requested type. Considering this error message and the fact that it's a select statement where you don't

Re: CFMX SQL - simple query with weird error message

2002-07-16 Thread S . Isaac Dealey
PROTECTED] Sent: Tuesday, July 16, 2002 2:46 PM Subject: Re: CFMX SQL - simple query with weird error message Ye Wang wrote: We just installed CFMX on a brand new server, W2k with SQL 2000. Most CF5 codes worked and no problems with stored procedures so far, except a few errors on simple

Re: CFMX SQL - simple query with weird error message

2002-07-16 Thread Ye Wang
- From: Joe Eugene [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 16, 2002 3:08 PM Subject: RE: CFMX SQL - simple query with weird error message I didnt see you mention anything about Sum(cost) or what not in your original post..! all you had was a join and where clause

Re: CFMX SQL - simple query with weird error message

2002-07-16 Thread Ye Wang
both FLOAT and INT are working, but not REAL. - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 16, 2002 3:07 PM Subject: Re: CFMX SQL - simple query with weird error message Ouch, that would be a bummer... Have you tried