Użytkownik Ed Leafe napisał:
>> Dabo Error Log:Thu JaN 07 21:50:46 2010DABASE execution failed with response:
>> (1054), "Unknown column 'title' in 'field list'")
>> SQL: select 'pkid',
>>    'title',
>> from 'doctor'
>> where 'doctor.fk_speciality = 1
>> limit 1000
>> =============================
>> How do I find this statement. I looked in the edit code and don't find this
>> . I looked in the object info without success
>>      
>
>       Somewhere in your bizobj code you probably have the line:
>
> self.addField("title")
>
>       You need to make sure that there is an actual column in the 'doctor' 
> table named 'title'. If not, change the addField() call to the name of the 
> column.
>    

If it's not a mistype, there is a period after column name.
Maybe you added empty column after 'title' column?
Show entire table definition please.

-- 
Regards
Jacek Kałucki

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to