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