Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9063

Create not working using Latest SMP SDK 3.0 SP05 and server sp04

$
0
0

Hi,

 

I am trying to create content to offline store  and later flush it .

i am able to retrieve the content from derby database and view it but not able to create records,

Below is the code which i am using.

Please suggest any changes or different working code if any.

 

void createEnity() {

  try {

 

 

  ODataEntityDefaultImpl entity = new ODataEntityDefaultImpl(

  "GrowersList.NOTESFORTEST");

 

 

  ODataProperty j = (ODataProperty) new ODataPropertyDefaultImpl(

  "NOTES");

 

 

  j.setValue("adsf");

 

 

  ODataProperty k = (ODataProperty) new ODataPropertyDefaultImpl("ID");

  k.setValue("2333");

 

 

  reqparam = new ODataRequestParamSingleDefaultImpl();

  reqparam.setMode(Mode.Create);

 

 

  reqparam.setPayload(entity);

 

 

  } catch (Exception e) {

  e.printStackTrace();

  }

  try {

  store.executeRequest(reqparam);

 

 

  } catch (Exception e) {

  // TODO Auto-generated catch block

  e.printStackTrace();

  }

  try {

  store.flushQueuedRequests();

  } catch (ODataException e) {

  // TODO Auto-generated catch block

  e.printStackTrace();

  }

 

 

  }

 

Thanks,

Raghu


Viewing all articles
Browse latest Browse all 9063

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>