Subject | Re: "In List" - Can list be a parameter? |
---|---|
Author | ra8009 |
Post date | 2004-10-17T06:05:39Z |
--- In firebird-support@yahoogroups.com, "Alan McDonald" <alan@m...>
wrote:
wrote:
> > I'm using Firebird with IB Objects. I need to submit a list as aYes, each time the list changes I need to requery
> > paramter in this statement:
> >
> > SELECT * FROM MYTABLE WHERE ID IN (:MYLIST)
> >
> > Is there a way to make this work without having my code supply a new
> > SQL statement each time?
>
> each time what? each time you change the list?
> Alan