Dear All,
I have written an update trigger that should write a message to an audit
table When I try to update any field in the table I recieve the following
error message -
[ODBC Sql Server Driver] [Sql Server] Stirng or Binary data would be
trunicated
[ODBC Sql Server Driver] [Sql Server] The statement has been termined.
I have looked and what has been suggested is to use the response.write len()
to check the length of field that I am updating. Being fairly new to
SQL-Server, I do not know how to do this. Any help will be most welcome.
Thanks,
Jeff
I have written an update trigger that should write a message to an audit
table When I try to update any field in the table I recieve the following
error message -
[ODBC Sql Server Driver] [Sql Server] Stirng or Binary data would be
trunicated
[ODBC Sql Server Driver] [Sql Server] The statement has been termined.
I have looked and what has been suggested is to use the response.write len()
to check the length of field that I am updating. Being fairly new to
SQL-Server, I do not know how to do this. Any help will be most welcome.
Thanks,
Jeff
Comment