No...I'm looping the query on the website...

I think I've gone insane...this should be so simple.

Rick


> -----Original Message-----
> From: Adrian Lynch [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 03, 2005 1:23 PM
> To: CF-Talk
> Subject: RE: Why doesn't this query return more than 1 record?
> 
> 
> Thought you might be doing something like:
> 
> <cfoutput>
> #qYourQuery.SomeRow#
> </cfoutput>
> 
> and only seeing one row, namely the first one.
> 
> Have you solved it?
> 
> Ade
> 
> -----Original Message-----
> From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> Sent: 03 October 2005 18:10
> To: CF-Talk
> Subject: RE: Why doesn't this query return more than 1 record?
> 
> 
> Oh, I'm so mad!  ;o)
> 
> I'm returning the results to the website and I've also run
> the query on Navicat...
> 
> Rick
> 
> 
> > -----Original Message-----
> > From: Adrian Lynch [mailto:[EMAIL PROTECTED]
> > Sent: Monday, October 03, 2005 12:45 PM
> > To: CF-Talk
> > Subject: RE: Why doesn't this query return more than 1 record?
> >
> >
> > Now don't get mad when I suggest this, but how do you know it's only
> > returning 1 row?
> >
> > Ade
> >
> > -----Original Message-----
> > From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> > Sent: 03 October 2005 17:34
> > To: CF-Talk
> > Subject: RE: Why doesn't this query return more than 1 record?
> >
> >
> > It should return 4 records, which are the only ones in the
> > database / table that match...it's a database that I'm developing
> > as I develop the site...
> >
> > I've been over the data at the db, and over the code multiple
> > times and must just be missing something...
> >
> > It's returning only the first record each time...and that's the record
> > that matches the URL.Client_ID...but this code should return more
> > than one record, right?
> >
> > Rick
> >
> >
> > > -----Original Message-----
> > > From: Adrian Lynch [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, October 03, 2005 11:58 AM
> > > To: CF-Talk
> > > Subject: RE: Why doesn't this query return more than 1 record?
> > >
> > >
> > > Well how many rows do you expect back?
> > >
> > > It has to be down to your WHERE clause. Have a look in the
> > tables and see
> > > whether more rows fit the criteria you're using.
> > >
> > > Ade
> > >
> > > -----Original Message-----
> > > From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> > > Sent: 03 October 2005 16:47
> > > To: CF-Talk
> > > Subject: Why doesn't this query return more than 1 record?
> > >
> > >
> > > I'm not dumb, I'm not dumb, I'm not dumb.
> > >
> > > If I repeat it often enough, it has to be true, right?
> > >
> > > Anyway...why won't this query return more than 1 record?
> > >
> > >      Select FG.Group_ID, FG.Group_Name,
> > >                C.Client_ID,
> > >                C.Client_First_Name, C.Client_Middle_Name,
> > > C.Client_Last_Name
> > >         from Family_Groups FG, Clients C
> > >       where FG.Group_ID = C.Client_Family_ID
> > >          and C.Client_ID = '#URL.Client_ID#'
> > >
> > > Rick
> > >
> > >
> > >
> >
> >
> >
> >
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219939
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to