Re: Sybase TEXT field updates..

2007-10-04 Thread Michael Peppler
[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.

Re: Sybase TEXT field updates..

2007-10-04 Thread amonotod
--- [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

Sybase TEXT field updates..

2007-10-04 Thread amonotod
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