Get primary key of inserted row | bront | 2015-05-04 11:02 |
Status: Closed | ||
hi, I think you may need to examine the data object passed to the successCallback function. You might try adding something like the following into the callback and then viewing the results in the JavaScript console. console.log('success data : ', data); console.log('success data : ', data.result[0].rows[0].id); Hope this helps. cheers, bront |
||