Yes, I'm looking at the results returned on the website I'm building...
however, using Navicat for the query, still only 1 record is returned.

My logic must just be wrong in using the C.Client_ID = '#URL.Client_ID#'.
There's only 1 record where that is true...

Maybe not enough caffeine...

Rick


> -----Original Message-----
> From: Charlie Griefer [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 03, 2005 12:40 PM
> To: CF-Talk
> Subject: Re: Why doesn't this query return more than 1 record?
> 
> 
> you're looking at records returned thru CF?  thru the database itself
> (via something like enterprise manager or query analyzer)?
> 
> if the former, using queryname.recordcount?  <cfoutput
> query="queryname">?  <cfloop query="queryname">?
> 
> On 10/3/05, Rick Faircloth <[EMAIL PROTECTED]> wrote:
> > I run the production server here and work on the site straight
> > on the server and just look at the output...there should be
> > 4 records returned...they're in the database...
> >
> > Rick
> >
> >
> > > -----Original Message-----
> > > From: Charlie Griefer [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, October 03, 2005 11:51 AM
> > > To: CF-Talk
> > > Subject: Re: Why doesn't this query return more than 1 record?
> > >
> > >
> > > how are you determining the # of records returned?
> > >
> > > On 10/3/05, Rick Faircloth <[EMAIL PROTECTED]> wrote:
> > > > 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:219930
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