Write records (and other components) greyed out.

DrGonzo65's picture

I'm trying to create an integration component that can read and write on a table in an oracle DB.  Yet, when I go to create it, I see that it allows me to check "ReadRecords" as a new component, but WriteRecords and a few others are greyed out, so I can't select them.  How do I write to a table in an Oracle DB without these components?

Thanks

rhamner's picture

do these tables have primark keys?

This usually happens when a table doesn't have a primary key. I've never built components against Oracle though so I don't know if it's the same issue.

DrGonzo65's picture

ahh, ok.  when I went back

ahh, ok.  when I went back two screens and chose a primary key, it finally allowed those checkboxes.  Thanks!