in reply to DBI giving user input by place holders
You should create the table outside of your script, once the table is created, your done with it. Why try and create the table everytime you run the script?
Without executing the code, I am also going to assume the script dies when attempt to create the table that already exists which causes problems.
Create your table manually, and delete the do statement which creates the table from your code. Run that and see what happens.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBI giving user input by place holders
by ptum (Priest) on Jul 11, 2006 at 15:05 UTC |