Accesing the return dataset of a query
Hi,
I'm still a newbie here
When we perform a query on a database, what is the correct syntax in JS to access the returned data.
Example, I query some customer from a mySql database, it is supposed to return the custId and the custName. I would like to
-1- store the whole return dataset in a local storage variable so I can use it later, even if offline.
-2- perform some task on the returned fields (add some extra information depending of the value of the content for example)
If someone could help me, it would be greatly appreciated.
Thanks
Sylvain