in reply to DBI Substring index query and passing value
Since you seem to be missing the point(s) AnonymousMonk has explained, I'll try another method. Your code isn't doing what you think it does. Add error checking to your code (don't assume things work), actually use placeholders and use DBIs powerful Trace mechanism to find out what SQL you're actually running (don't assume that the SQL being executed is what you think it is). Also review your previous question DBI Query insert issue.....
|
|---|