Hi MySQL gurus!
In the scenario where the recordset is expected to consist on only one (1) Row, is there an easier way to get a specific column value other than cycling the recordset rows??
I mean, is there a way to do something like this?
result.row(0).column.get("MyColumnName")
In the scenario where the recordset is expected to consist on only one (1) Row, is there an easier way to get a specific column value other than cycling the recordset rows??
I mean, is there a way to do something like this?
result.row(0).column.get("MyColumnName")