I have added SET NOCOUNT ON
SET ANSI_WARNINGS OFF to the stored procedures.
My connection string when I run the application looks like this.
PROVIDER='SQLOLEDB',DATASOURCE='SERVER',PROVIDERSTRING='DATABASE=DBName,OJSyntax='ANSI',CallEscape='No',StaticBind=0,DisableBind=1,PBTrimCatCharColumns='Yes',PBTrimCharColumns='Yes',StripParmNames='Yes'
http://www.sybase.com/detail_list?id=11507&pageNum=1&multi=true&show=1248