On Dec 11, 2008, at 8:18 PM, Ifi Okoye wrote:

[moved back on-list]

>        It looks like you have a column in your table with the same
> name as a method in the bizobj.
>
>        What are the names of the columns in the table?
>
> Here's my table declaration:
>
> CREATE TABLE nemus_corporation(
>     ID integer NOT NULL AUTO_INCREMENT PRIMARY KEY,
>     Name varchar(50) NOT NULL,
>     ContactName varchar(50) NULL,
>     ContactTitle varchar(10) NULL,
>     ContactEmail varchar(75) NULL,
>     Website varchar(200) NULL,
>     Address varchar(200) NULL,
>     City varchar(50) NULL,
>     State varchar(50) NULL,
>     Country varchar(50) NULL,
>     PostalCode varchar(10)NULL,
>     Phone varchar(25) NULL,
>     Extension varchar(8) NULL,
>     Notes longtext NULL,
>     UNIQUE KEY(Name)
> );


        OK, I think I see the problem- the use of 'Name' as a column, as it's  
also a property of the bizobj.

        Are you using Subversion? If so, update to the latest and let me know  
if that fixes your problem.


-- Ed Leafe





_______________________________________________
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