On 9/7/06, Robert Dobbs <[EMAIL PROTECTED]> wrote:
::DBI::Sybase::MSSQL handles the ? placeholder problem already. The whole reason it exists is to solve your problem, as other have had this problem before, but ODBC/JDBC might be better alternatives for a whole host of other reasons, if you can figure out how to set them up correctly.
-- Brandon
>From: "Brandon Black" <[EMAIL PROTECTED]>
>Date: Thu, 7 Sep 2006 08:21:52 -0500
>
>Setting it manually via Schema->storage_type('::DBI::Sybase::MSSQL')
>is the "right thing" to do which has worked for others. Can you guve more
>specifics on what's generating the ct_send() errors in that case?
Sorry, I changed the subject line. Here is a repost in this thread.
It turns out DBD::Sybase is unusable because it does not support ?
placeholders in SQL queries and is somewhat of a pile.
::DBI::Sybase::MSSQL handles the ? placeholder problem already. The whole reason it exists is to solve your problem, as other have had this problem before, but ODBC/JDBC might be better alternatives for a whole host of other reasons, if you can figure out how to set them up correctly.
-- Brandon
_______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
