tags:

views:

93

answers:

1

When I use ActiveRecord template,that can't generator correct primary key for multiple primary keys table. I can't update that table.

+1  A: 

If you mean that your table has Composite Primary Keys (comprised of more than one field in that table), then SubSonic doesn't support it - see http://stackoverflow.com/questions/2025503/update-a-primary-key-value-using-subsonic-2-2

kevinw