in reply to Mssql DBD::Sybase
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