31.10.2016, 12:27
This will literally return "Name" and store it in Field variable and not the data that are stored in that column. Use either grave accent `Name` or nothing Name.
Format is pointless in that case, just execute the query directly in db_query.
You will also need db_next_row otherwise it will only retrieve from the first row.
Format is pointless in that case, just execute the query directly in db_query.
You will also need db_next_row otherwise it will only retrieve from the first row.

