/* Use a binding to convert the int into a DatabaseEntry. */
objectToEntry(key, keyEntry);
StringBinding.stringToEntry(value, dataEntry);
final OperationStatus status = _db.put(null, keyEntry, dataEntry);
/*
* However, the status return conveys a variety of information. For
* example, the put might succeed, or it might not succeed if the record
* already exists and the database was not configured for duplicate