sql - Updating tables in Sage -


i'm getting error doing simple update function.

begin transaction update dbo.slcustomeraccount set syscreditbureauid = 'the id number' (customeraccountnumber 'a%') rollback transaction 

this works fine when stating 1 account add comes message stating string or binary data truncated procedure.


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -