hi,
i have an NDB table without a primary key.
how to insert a row into it by using ndb/j? which operation shall i use?
i tried using NdbOperation but failed with this message:
Exception in thread "main" Error: 4116 Message: Operation was not defined correctly, probably missing a key Status: UserAndPermanent Classification: ApplicationError ndbj errNum: -1
at...