Question
Retrieve a single row form the data
I want to retrieve single row from my database when i enter id of that row. I am giving id number in a prompt box and sending it to database when the id matches to database id, it gives me the data of entire row but i don't know how to do it via prompt box in cordova. also when i store data from server in sqlite and print data it only gives me last row of the data not the entire column data..
