On 11/17/06, Bud <[EMAIL PROTECTED]> wrote:
> ARRGGHH!! Is this a CF issue or an Access database driver issue?

I guess it's a CF issue, since you're going to see it no matter what
database you use. You're selecting two columns called Main_Category_ID
and CF doesn't know which one to use. So it uses both, prepending the
alias.

You have three options:

1. Manually enter all the field names, as you described.

2. Change the column name in one of your tables.

3. Use the variables C.Main_Category_ID and M.Main_Category_ID (e.g.
<cfoutput>#C.Main_Category_ID#</cfoutput>)


Patrick



-- 
Patrick McElhaney
704.560.9117

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260866
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to