in reply to DBD::CSV :1 Syntax Placeholder

No, that part of the doc does not refer to the style of placeholders you are using. The :1 style placeholder means that you number the placeholders instead of using question marks. The syntax you show should work with DBD::CSV (although I doubt you want quote marks around your execute values). What error message do you get, or what leads you to believe it doesn't work?

Replies are listed 'Best First'.
Re^2: DBD::CSV :1 Syntax Placeholder
by awohld (Hermit) on Sep 26, 2005 at 18:21 UTC
    I'm not getting any error message back, I'm just not getting any data back from my query. When I try using placeholders with only 1 place holder it works fine. But when I try to use more than one placeholder in a statment I don't get any data back from the query.
      What version of DBD::CSV and SQL::Statement are you using?
        I'm running:

        1. DBD::CSV ver 0.22
        2. SQL::Statement ver 1.14