in reply to Re^4: Explain SQL statement
in thread Explain SQL statement

Howdy!

You quoted the question mark. Don't do that. Read my previous note carefully.

The naked ? gets replaced by the value you pass to the execute command, and DBI makes sure it is properly quoted.

You want NUMALL = ?, not NUMALL = '?'.

yours,
Michael

Replies are listed 'Best First'.
Re^6: Explain SQL statement
by Anonymous Monk on May 26, 2004 at 14:58 UTC
    Tried that to, this is a wierd problem....