Re: DBD::Sybase and insert on TEXT column...

2004-08-06 Thread amonotod
amonotod <[EMAIL PROTECTED]> wrote > Okay, according to the Cheetah, DBD::Sybase does not support using placeholders on > TEXT columns. Here's why you should search the archive *before* you post: http://www.mail-archive.com/[EMAIL PROTECTED]/msg21494.html ;-), sorry, amonotod -- `\|||/

DBD::Sybase and insert on TEXT column...

2004-08-06 Thread amonotod
Okay, according to the Cheetah, DBD::Sybase does not support using placeholders on TEXT columns. If I'm doing a mass insert to a table with a TEXT column, shall I call a placeholder query to insert the non-TEXT columns, and then call a simple update statement to update the row with the TEXT dat