I have checked over the whole web and couldn\'t find a solution that seems to work for me..
I have recreated my stored procedure, making sure to have these lines as
This is an example that works... Try it like this
create procedure dbo.access_update @O_SQL_Error_State int = NULL output as set ANSI_NULLS ON SET ANSI_WARNINGS ON .... .... GO