http://qs321.pair.com?node_id=513674


in reply to Mssql DBD::Sybase

That's not the whole script, is it?

My guess is that your script uses placeholders, and placeholders aren't supported yet by FreeTDS. Re-write your script to interpolate the values in the $dbh->prepare() call and you should be good to go.

Michael