[EMAIL PROTECTED] wrote:
Hello all,
So, I'm trying to do an insert into a two column table, with VARCHAR(40) key
column and a TEXT column as the second field. The below code should work, but
for some reason is not...
I have some other code that does work, but it doesn't use placeholders.
--- [EMAIL PROTECTED] wrote:
> Hello all,
> So, I'm trying to do an insert into a two column table, with
> VARCHAR(40) key column and a TEXT column as the second
> field. The below code should work, but for some reason is not...
Oh yeah...
Should have said:
DBI : 1.46
DBD
Hello all,
So, I'm trying to do an insert into a two column table, with VARCHAR(40) key
column and a TEXT column as the second field. The below code should work, but
for some reason is not...
I have some other code that does work, but it doesn't use placeholders. Is
that the issue? The c