DatabasesODBC.getDataOn this pageODBC.getDataAboutFetches the current row from a recordset.Click here to expand Table of Contents1 Return valueReturn valueAn associative array of columns.var row = db.getData();console_log("notice",row["my_field"]+"\n");