Re: Pls recommend a replacement for Microsoft Query
From: Jamie Collins (jamiecollins_at_xsmail.com)
Date: 07/20/04
- Next message: Max: "Re: Finding Last entry in a Column"
- Previous message: Max: "Re: indirection or something similar"
- In reply to: Vadim Rapp: "Re: Pls recommend a replacement for Microsoft Query"
- Next in thread: Vadim Rapp: "Re: Pls recommend a replacement for Microsoft Query"
- Reply: Vadim Rapp: "Re: Pls recommend a replacement for Microsoft Query"
- Messages sorted by: [ date ] [ thread ]
Date: 20 Jul 2004 00:55:12 -0700
"Vadim Rapp" <vrapp@nospam.polyscience.com> wrote ...
> If the sql query is any less than trivial, MS Query says that it can't be
> displayed graphically. And if it can't be displayed graphically, then it
> can't have parameters.
That doesn't sound correct. If the sql is any less than trivial, MS
Query passes it to the DB server for execution, so it is a question of
whether your DBMS supports parameters. SQL Server certainly does.
The best approach is to create a stored procedure, with input
parameters, on the server and call the stored proc from Excel. You can
use MS Query to call the proc (even create it if you have the
permissions!). However, for a more capable data access technology,
which you will undoubtedly already have, check out ADO.
Jamie.
--
- Next message: Max: "Re: Finding Last entry in a Column"
- Previous message: Max: "Re: indirection or something similar"
- In reply to: Vadim Rapp: "Re: Pls recommend a replacement for Microsoft Query"
- Next in thread: Vadim Rapp: "Re: Pls recommend a replacement for Microsoft Query"
- Reply: Vadim Rapp: "Re: Pls recommend a replacement for Microsoft Query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|