Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: dynamically generated SQL options?
I am doing exactly that at the moment. What you need to do is use the built in package DBMS_SQL which allows you to dynamically change the SQL. More complicated to use than VB - hence I'm reading the newsgroup to find an answer to a related problem.
NB may only work with Oracle 8, I'm not sure.
Hope it helps,
Simon Delicato
Jason Kratz wrote in message <8p5u1i$jt2$1_at_flood.xnet.com>...
>We have a VB app here which has a query form for the user to fill out.
>Based on those values it dynamically generates a where clause which it then
>sends to the database. This seems like something that can't be turned into
>a stored proc but I'm interested if anyone has any ideas on how to handle
>this in a more efficient way (if any).
>
>Thanks,
>
>Jason
>
>
Received on Fri Sep 22 2000 - 09:43:41 CDT
![]() |
![]() |