im implementing a comment system and i have creating a model table to store them.
so when i upload data to the sever,it saves fine
http://support.backendless.com/public/attachments/9e994445a13efec88e2f1c0321dc8bc7.png</img>
but when trying to retrieve it from the server, the Objects that does have in data is returning null
http://support.backendless.com/public/attachments/bf7ce1d934621cb044bad1d6e0cefdb4.png</img>
Try to rename your class field according to the column name - “comment” (first letter is in lowercase)
ok, thank you…that worked