Cableguy Expert Licensed User Longtime User Jan 23, 2017 #1 Hi guys... I am trying to figure out the best way to get in code (client side) the same result we get when we enter "www.myage.com/test" on a browser...
Hi guys... I am trying to figure out the best way to get in code (client side) the same result we get when we enter "www.myage.com/test" on a browser...
Erel B4X founder Staff member Licensed User Longtime User Jan 23, 2017 #2 The best way is to send a small query command and check the result. Upvote 0
Cableguy Expert Licensed User Longtime User Jan 23, 2017 #3 Nice... Is there a SQL command suited? Or maybe I just create a 1record table and try to retrieve it?? Upvote 0
Nice... Is there a SQL command suited? Or maybe I just create a 1record table and try to retrieve it??
Erel B4X founder Staff member Licensed User Longtime User Jan 23, 2017 #4 Any query you like will work. Upvote 0