Hi everybody
i have added a linked server (Linkser)having sybase db in mssql server.i
added a
procedure for getting data from Linkser
SET ANSI_NULLS ON
GO
SET ANSI_WARNINGS ON
GO
CREATE procedure prom_per
as begin
SELECT * FROM Linkser..dba.pr_per
end
this working fine in sqlanalyser.when i try from my powerbuilder applcn its
showing the msg(Heterogeneos queries required the ANSI_NULLS,ANSI_WARNINGS
options to be set for the connection,enable this and try again.how can i
solve this please help.

Signature
Thanks
Uri Dimant - 11 Mar 2008 13:37 GMT
shif
You have different settings betweenQA and PowerBuilder client. What is you
run SET ANSI_NULLS ON
GO
SET ANSI_WARNINGS ON on the client as well?
> Hi everybody
> i have added a linked server (Linkser)having sybase db in mssql server.i
[quoted text clipped - 13 lines]
> options to be set for the connection,enable this and try again.how can i
> solve this please help.