I have this all working to a point. I do a query, check the results, then return true/false and it all works fine. Now I want to do a query and return the data itself (right now with just two rows pf two values each). I quickly discovered that I can’t just ‘echo $Result’ since that just prints the number of rows contained in it.
How would I send the dataset from PHP back to Varest and then get at the actual data?
Yes, I’ve seen the MySql direct plugins but I really like the idea of being able to use a completely separate database machine!