H
Hyko
Hi.
I have a quite complex query which is saved as query in access. This query
already uses other queries. Now I have to add some additional conditions,
but I do not want to touch or cannot touch the saved ones. The database is
used on a webserver with .asp (VisualBasic). Now my question:
Is it possible to write an SQL-textcommand, which uses this query with
parameters as table? If so, how can I pass the parameters for the stored
procedure?
pseudocode:
SELECT supplier, transactionvolume FROM theStoredQuery (<-- This requires
params) WHERE (supplierrating="A" and suppliersize>30);
Thanks for any hints in advance.
Rgds, Hyko
I have a quite complex query which is saved as query in access. This query
already uses other queries. Now I have to add some additional conditions,
but I do not want to touch or cannot touch the saved ones. The database is
used on a webserver with .asp (VisualBasic). Now my question:
Is it possible to write an SQL-textcommand, which uses this query with
parameters as table? If so, how can I pass the parameters for the stored
procedure?
pseudocode:
SELECT supplier, transactionvolume FROM theStoredQuery (<-- This requires
params) WHERE (supplierrating="A" and suppliersize>30);
Thanks for any hints in advance.
Rgds, Hyko