Hi,

I still have question about the issue.

For instance,I have a object

var user: userVO = new userVO();
user.firstname = "Tom";
user.lastname = "Davis";

I want to save the object to SQlite and retrive it back in other 
screen.

For instance I have a user table that only have two field
(id,userobject).How to save the object to the table and retrive it 
back from SQLite.

I confuse the syntax to do this.Thanks for help.

Mark
   


Reply via email to