ambiguous columname 'ID'
Posted: Mon 21 Feb 2011 14:51
Hello,
with TUniQuery I have following Problem:
Everything is OK and I can open the SQL without problems. But then, if I change
I get the message "Mehrdeutiger Spaltenname 'ID'" No problem again, if I set
This was no problem with ADODataset. What´s wrong?
thanks
Gerd
with TUniQuery I have following Problem:
Code: Select all
SQL = 'select * from Ser_Nr'
DetailFiled ='ID'
MasterFields = 'ID'
MasterSource = 'dbdsTable2'Code: Select all
SQL = SELECT S.*, E.Name as defErstUser
FROM Ser_nr S
LEFT OUTER JOIN Who_Gru1 E on E.ID = S.ErstUserIDCode: Select all
MasterFields = ''thanks
Gerd