Hi there, I just have a quick question: What's the right way to write LONGs into the MaxDB database with DBD::MaxDB / DBI?
I tried: - Just wildcards - using $dbh->quote - using bind_param without type - using bind_param with &DBI::SQL_BLOB() as type param - using bind_param with &DBI::SQL_LONGVARBINARY() as type param The Error Message i get is "DBD::MaxDB::st execute failed: Conversion from binary value to string is not enabled for parameter/column (1) at ..." LongReadLen is set high enough .. It would be great if someone could give me a hint on this one. Thanks for your time, Robert -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]