DatabasesODBC.getDataOn this pageODBC.getData About Fetches the current row from a recordset. Click here to expand Table of Contents 1 Return value Return value An associative array of columns. var row = db.getData();console_log("notice",row["my_field"]+"\n");