: Is it possible to embed a scalar into the sql such that the value of : the scalar could represent a column name to report or a value to : select by Sure. The query's just a scalar string until you execute it. Same goes for order by, group by, table names, or whatever. Just do yourself a favor and trap the errors that come back from the database interface (DBI, hopefully). -- tdk
- ? embed scalars in the sql Francesco Scaglioni
- RE: ? embed scalars in the sql Moon, John
- RE: ? embed scalars in the sql Francesco Scaglioni
- Re: ? embed scalars in the sql Greg Jetter
- Re: ? embed scalars in the sql Francesco Scaglioni
- Re: Re: ? embed scalars in the sql Timothy Kimball
- Re: Re: ? embed scalars in the sql Mark Bergeron
- RE: ? embed scalars in the sql mark crowe (JIC)
- RE: ? embed scalars in the sql Francesco Scaglioni
- RE: ? embed scalars in the sql Curtis Poe
- RE: ? embed scalars in the sql PURMONEN, Joni
- RE: ? embed scalars in the sql Francesco Scaglioni
- RE: ? embed scalars in the sql mark crowe (JIC)
- Re[2]: ? embed scalars in the sql Maxim Berlin
- RE: Re[2]: ? embed scalars in the sql mark crowe (JIC)
- Re[4]: ? embed scalars in the sql Maxim Berlin