On Dec 26, 2012, at 2:05 PM, Carey Gagnon <[email protected]> wrote:
> fails.DB-Lib error message 515, severity 16:\nGeneral SQL Server error:
> Check messages from the SQL Server\n")
> insert into "dbo"."ProvinceState" ("Country") values (%s)
There's the clue! It's not including the PK field, which is by design
for the default situation where the database server populates the PK for you.
To fix this, when you define the bizobj for that table, set its
AutoPopulatePK property to False, and then re-run the app.
Let me know if that fixes it.
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message:
http://leafe.com/archives/byMID/[email protected]