I have a database in Microsoft Access something like this:
Now how to retrieve the data in MS Access and store it in the javascript dataset just like this:
var pivot_dataset = [
{"id": 34, "year": 2014 , "month": "JAN", "empName": "test", "empPos": "engineer", "numMc": 1, "numLeave": 2}
];
Can someone help me with this please.