Page 1 of 1
Preview SQL query result?
Posted: 2019-05-22 12:36
by onoehring
Hi,
when I define a SQL query for the "advanced lookup option" - is there a way to test that query?
I would like to see a button that executes that query (maybe asking to variables first), that I can be sure it's correct, without creating the php code first.
Olaf
Re: Preview SQL query result?
Posted: 2019-05-22 16:15
by landinialejandro
hi! you can use phpMyadmin to test result
Re: Preview SQL query result?
Posted: 2019-05-22 16:18
by onoehring
Hi landinialejandro,
well, yes, but that's quite complicated for testing a simple select ...
I thought there would/must be an easier way directly from AppGini.
PS: Instead of phpmyadmin I suggest checking out this tool:
https://www.adminer.org
Olaf
Re: Preview SQL query result?
Posted: 2019-05-22 16:23
by landinialejandro
if you use vcode or netbeans as code aeditor you can test the query whith the plugin without exit from the editor.
inside appgini i don'tknow
Re: Preview SQL query result?
Posted: 2019-05-22 16:35
by onoehring
Hi landinialejandro,
could you please provide links to vcode and aeditor so I can check them out.
Of course MySQLWorkbench (
https://www.mysql.com/products/workbench/ ) is worth a look
Olaf
Re: Preview SQL query result?
Posted: 2019-05-24 12:29
by onoehring
Hi again,
I found the free SQLLeo as visual query designer as well (
http://sqleo.sourceforge.net) and the (basically) free Flyspeed Query designer (
https://www.activedbsoft.com/overview-querytool.html )
Olaf
Re: Preview SQL query result?
Posted: 2019-05-27 22:05
by landinialejandro
Re: Preview SQL query result?
Posted: 2019-05-28 07:13
by onoehring
Hi,
thank you.
Olaf