in reply to Re: Re: print hash into scalar
in thread print hash into scalar

Normally I would, but does Win32::ODBC support placeholders ? The DBI book I have said it didn't but things may have changed.
poj

Replies are listed 'Best First'.
Re: Re: Re: Re: print hash into scalar
by hardburn (Abbot) on Dec 23, 2002 at 17:33 UTC

    It doesn't matter. If the underlieing database doesn't support placeholders, DBI catches the SQL and won't send it to the actual database until the placeholders are filled in.