• quote:


    Could somebody help me, an application give

    following message:

    [Microsoft][ODBC SQL Server Driver][SQL Server]Arithmetic overflow error for data type smallint, value = 32768


    the value you are trying to assign to a smallint is bigger than 32767, which is the maximum for this one. Change it to INT

    Cheers,

    Frank

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]