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

you could try something like this

<coff>placeholders</coff>

Replies are listed 'Best First'.
Re: Re: Re: print hash into scalar
by poj (Abbot) on Dec 23, 2002 at 10:55 UTC
    Normally I would, but does Win32::ODBC support placeholders ? The DBI book I have said it didn't but things may have changed.
    poj

      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.