Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / DB Engine / SQL Server / March 2008

Tip: Looking for answers? Try searching our database.

Linked server

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
shif - 11 Mar 2008 13:23 GMT
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.