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 compilin

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 follo

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

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 norma

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: works

Re: CFMX & SQL - simple query with weird error message

2002-07-16 Thread Douglas Brown
; <[EMAIL PROTECTED]> Sent: Tuesday, July 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 o

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.turnk

Re: CFMX & SQL - simple query with weird error message

2002-07-16 Thread Ye Wang
n" <[EMAIL 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 >

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. http://www.fusionauthority.co

Re: CFMX & SQL - simple query with weird error message

2002-07-16 Thread Ye Wang
o simple?! I've tried many things > but cannot 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

2002-07-16 Thread Joe Eugene
ERE B.AID = 1 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

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
t: 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

RE: CFMX & SQL - simple query with weird error message

2002-07-16 Thread Joe Eugene
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, exc

Re: CFMX & SQL - simple query with weird error message

2002-07-16 Thread Ye Wang
nt: Tuesday, July 16, 2002 2:43 PM Subject: Re: CFMX & 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. > &g

Re: CFMX & SQL - simple query with weird error message

2002-07-16 Thread S . Isaac Dealey
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 message >> Ye Wang wrote:

Re: CFMX & SQL - simple query with weird error message

2002-07-16 Thread Ye Wang
t; <[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

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 &g

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 7/16/