On Wed, 20 Oct 2004 15:15:44 -0700 (PDT), Ron Aaron <[EMAIL PROTECTED]> wrote: > Thanks. I know it can be done in the C API, that was not the question. The > question was, can it be done *using SQL* ?
No; there is no way to create a stored query only within sql; there's no place to actually store it. So using parameters doesn't really get you anywhere. - Vlad