On Tue, Jan 08, 2002 at 10:00:06AM -0600, s1ider wrote:
> 
> > Not reading your code before posting it:
> > 
> > >   my $sth100->prepare( "SELECT TABLELISTSEQ FROM db2inst1.SWP_TABLELIST WHERE 
>TABLELIST = $quote_listvalues" );
>
> I am very sorry if I am totally confused about what I am doing

Stop and think a while. What's the "my" going to apply to?
What does prepare() return? Where's that returned value going to be
stored? What kind of object is used to call the prepare method?
How does you code compare to the examples in the DBI docs?

Tim.

Reply via email to