vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Is there something like phpmyadmin except that it allows you to produce user friendly queries for people who dont know SQL? That is, it lets people enter SQL parameters without the user seeing the SQL statement. Also would be good if it could output nice results. |
| |||
| skinhat wrote: > Is there something like phpmyadmin except that it allows you to > produce user friendly queries for people who dont know SQL? That is, > it lets people enter SQL parameters without the user seeing the SQL > statement. Also would be good if it could output nice results. http://jasperforge.org/sf/projects/jasperreports http://jasperforge.org/sf/projects/ireport Their paid for version has a more end user controls... http://www.jaspersoft.com/JasperSoft_JasperServer.html |
| |||
| Walter Vaughan wrote: > skinhat wrote: > >> Is there something like phpmyadmin except that it allows you to >> produce user friendly queries for people who dont know SQL? That is, >> it lets people enter SQL parameters without the user seeing the SQL >> statement. Also would be good if it could output nice results. > > http://jasperforge.org/sf/projects/jasperreports > http://jasperforge.org/sf/projects/ireport > > Their paid for version has a more end user controls... > > http://www.jaspersoft.com/JasperSoft_JasperServer.html althought i dislike admitting it but ms office products (excel and access) also give the user some of that capability where they can pick and choose elements of data. -- lark -- hamzee@sbcdeglobalspam.net To reply to me directly, delete "despam". |
| |||
| lark wrote: > Walter Vaughan wrote: > >> skinhat wrote: >> >>> Is there something like phpmyadmin except that it allows you to >>> produce user friendly queries for people who dont know SQL? That is, >>> it lets people enter SQL parameters without the user seeing the SQL >>> statement. Also would be good if it could output nice results. >> >> >> http://jasperforge.org/sf/projects/jasperreports >> http://jasperforge.org/sf/projects/ireport >> >> Their paid for version has a more end user controls... >> >> http://www.jaspersoft.com/JasperSoft_JasperServer.html > > > althought i dislike admitting it but ms office products (excel and > access) also give the user some of that capability where they can pick > and choose elements of data. Well, current versions of OpenOffice have pretty much same ability to connect to mySQL via a JDBC connector. Also iReport (from link above) will be built into next release of OpenOffice making it even easier to do reporting within the OpenOffice framework. |
| ||||
| Check DBDesigner4. I think it's what you are searching -- Jack Vamvas ___________________________________ Search IT jobs from multiple sources- http://www.ITjobfeed.com/mySQL "skinhat" <skinhat@gmail.com> wrote in message news:1178860762.804586.242200@e65g2000hsc.googlegr oups.com... > Is there something like phpmyadmin except that it allows you to > produce user friendly queries for people who dont know SQL? That is, > it lets people enter SQL parameters without the user seeing the SQL > statement. Also would be good if it could output nice results. > |