![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We're doing a product comparison for graphical query builders. Would appreciate your input on what you like (or don't). We're an Oracle shop, but we need connectivity w/ any ODBC compliant DB. Also need query result export options (esp Excel), pivot capability, printable results, Windows compliant. We don't need write capability, and if the tool has it, we need to be able to turn it off. DB Admin tools not needed. I've heard great things about AQT (Advanced Query Tool)... comments? Thanks, Carol |
#3
| |||
| |||
|
|
We're doing a product comparison for graphical query builders. Would appreciate your input on what you like (or don't). We're an Oracle shop, but we need connectivity w/ any ODBC compliant DB. Also need query result export options (esp Excel), pivot capability, printable results, Windows compliant. Microsoft Access? |
#4
| |||
| |||
|
|
carol_marra (AT) msn (DOT) com wrote: We're doing a product comparison for graphical query builders. Would appreciate your input on what you like (or don't). We're an Oracle shop, but we need connectivity w/ any ODBC compliant DB. Also need query result export options (esp Excel), pivot capability, printable results, Windows compliant. Microsoft Access? |
#5
| |||
| |||
|
|
David Segall wrote: carol_marra (AT) msn (DOT) com wrote: We're doing a product comparison for graphical query builders. Would appreciate your input on what you like (or don't). We're an Oracle shop, but we need connectivity w/ any ODBC compliant DB. Also need query result export options (esp Excel), pivot capability, printable results, Windows compliant. Microsoft Access? I can't think of a worse tool. The last thing Oracle needs is to be connected to an insecure (ODBC) tool that could potentially be used to alter data In that case you need to secure the Oracle database since almost |
|
and in which you couln't write a decent SQL statement more complex than SELECT * FROM t;. There are limits to the SQL that can be composed using the graphical |
#6
| |||
| |||
|
|
DA Morgan <damorgan (AT) psoug (DOT) org> wrote: David Segall wrote: carol_marra (AT) msn (DOT) com wrote: We're doing a product comparison for graphical query builders. Would appreciate your input on what you like (or don't). We're an Oracle shop, but we need connectivity w/ any ODBC compliant DB. Also need query result export options (esp Excel), pivot capability, printable results, Windows compliant. Microsoft Access? I can't think of a worse tool. The last thing Oracle needs is to be connected to an insecure (ODBC) tool that could potentially be used to alter data In that case you need to secure the Oracle database since almost everybody has Access on their desktop. and in which you couln't write a decent SQL statement more complex than SELECT * FROM t;. There are limits to the SQL that can be composed using the graphical query builder but I doubt if anybody who would deign to use a graphical tool would reach them. If by "decent" you are referring to the generated SQL I have no way of comparing it to your other contenders. I confess that I have felt the need to simplify Access generated SQL when I have used it in a program that somebody else might have to modify. |
#7
| |||
| |||
|
|
We're doing a product comparison for graphical query builders. Would appreciate your input on what you like (or don't). We're an Oracle shop, but we need connectivity w/ any ODBC compliant DB. Also need query result export options (esp Excel), pivot capability, printable results, Windows compliant. We don't need write capability, and if the tool has it, we need to be able to turn it off. DB Admin tools not needed. I've heard great things about AQT (Advanced Query Tool)... comments? Thanks, Carol |
#8
| |||
| |||
|
|
On Sep 18, 1:37 pm, carol_ma... (AT) msn (DOT) com wrote: We're doing a product comparison for graphical query builders. Would appreciate your input on what you like (or don't). We're an Oracle shop, but we need connectivity w/ any ODBC compliant DB. Also need query result export options (esp Excel), pivot capability, printable results, Windows compliant. We don't need write capability, and if the tool has it, we need to be able to turn it off. DB Admin tools not needed. I've heard great things about AQT (Advanced Query Tool)... comments? Thanks, Carol Any other comments here? Yes, I know there are limitations, but I do agree it's unlikely that any of our users will hit them. |
#9
| |||
| |||
|
|
David Segall wrote: carol_marra (AT) msn (DOT) com wrote: We're doing a product comparison for graphical query builders. Would appreciate your input on what you like (or don't). We're an Oracle shop, but we need connectivity w/ any ODBC compliant DB. Also need query result export options (esp Excel), pivot capability, printable results, Windows compliant. Microsoft Access? I can't think of a worse tool. The last thing Oracle needs is to be connected to an insecure (ODBC) tool that could potentially be used to alter data and in which you couln't write a decent SQL statement more complex than SELECT * FROM t;. -- Daniel A. Morgan University of Washington damorgan@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.org |
#10
| |||
| |||
|
|
David Segall wrote: DA Morgan <damorgan (AT) psoug (DOT) org> wrote: David Segall wrote: carol_marra (AT) msn (DOT) com wrote: We're doing a product comparison for graphical query builders. Would appreciate your input on what you like (or don't). We're an Oracle shop, but we need connectivity w/ any ODBC compliant DB. Also need query result export options (esp Excel), pivot capability, printable results, Windows compliant. Microsoft Access? I can't think of a worse tool. The last thing Oracle needs is to be connected to an insecure (ODBC) tool that could potentially be used to alter data In that case you need to secure the Oracle database since almost everybody has Access on their desktop. and in which you couln't write a decent SQL statement more complex than SELECT * FROM t;. There are limits to the SQL that can be composed using the graphical query builder but I doubt if anybody who would deign to use a graphical tool would reach them. If by "decent" you are referring to the generated SQL I have no way of comparing it to your other contenders. I confess that I have felt the need to simplify Access generated SQL when I have used it in a program that somebody else might have to modify. Referring to the fact that the following query would be impossible to write: WITH w AS ( SELECT person_id FROM person WHERE per_fmw = 'Y') SELECT per_h_email FROM person p, w WHERE p.person_id = w.person_id AND p.per_ok2_email = 'A' AND p.per_h_email IS NOT NULL UNION SELECT po_w_email FROM poie o, w WHERE o.person_id = w.person_id AND o.po_status = 'A' AND o.po_w_email IS NOT NULL; I would write dozens of other basic statements impossible to duplicate in MS Excess. -- Daniel A. Morgan University of Washington damorgan@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.org |
![]() |
| Thread Tools | |
| Display Modes | |
| |