Hi Navigraph team,
I am trying the sample airplane that you provided.
May I ask how to successfully run the custom sql query?
Current I have:
ExecuteSQLQuery("SELECT * FROM tbl_hdr_header;", "")
However the db gives me:
{
"line": 19738,
"column": 35,
"sourceURL": "xxxx"
}
Could you possibly provide some examples of using this function including / excluding the params?
Thanks a lot!