Subject | Re: [IBO] Ambiguous field name? |
---|---|
Author | Helen Borrie |
Post date | 2002-11-05T01:09:49Z |
At 05:32 PM 04-11-02 -0500, you wrote:
Could you post the actual SQL statement as seen in the monitor?
regards,
Helen
>Select mc.MenuCategoryID, mi.MenuItemID, mc.CategoryName, mi.ItemCode,Where does the field LOCATIONID come from? Is it part of your KeyLinks?
> mi.ItemName, mi.Price, mi.Sales
> >From xMenuCategory mc JOIN xMenuItem mi
>ON mc.MenuCategoryID = mi.MenuCategoryID
>Order by mc.CategoryName, mi.ItemCode
>
>The error is:
>****************************************************************************
>**
>Project xxxxx.exe raised exception class EIBO_ISCError with message 'ISC
>ERROR CODE:335544569
>
>ISC ERROR MESSAGE:
>Dynamic SQL Error
>SQL error code = -204
>Ambiguous field name between table XMENUCATEGORY and table XMENUITEM
>LOCATIONID
>
>STATEMENT:
>TIBOInternalDataset:"<TApplicatoin>.DM.qryManSales.IBOqrqryManSales.'.
>****************************************************************************
>**
Could you post the actual SQL statement as seen in the monitor?
regards,
Helen