in reply to Re: DBI giving user input by place holders
in thread DBI giving user input by place holders

As Herkum has said, create your table outside your script (or drop it every time and recreate it). In order to add multiple rows to your table, you'll want the execute statement inside your while loop, passing it new arguments for each iteration of the execute. You'll probably want to check the success of the execute as well.


No good deed goes unpunished. -- (attributed to) Oscar Wilde
  • Comment on Re^2: DBI giving user input by place holders