Posted: Fri Jun 11, 2004 2:51 pm Post subject: Database Query problem
Apprentice
Joined: 02 Jun 2004 Posts: 25
Hi,
I am using WBI MB on Windows XP and have created broker on it. I need to access a remote SQL 2000 database which is on Windows2000 and retrive some data from it. I dont know where I have a mistake but the toolkit says that it is unable to resolve Database table reference. My SELECT statement is
SET OutputRoot.XML.Data.Results[] = SELECT T.* from Database.ctd.Customertable;
The warning that I get is unable to resolve Database table. Even if I deploy also it doesn't get deployed. The log says that the message flow is improper.
I have run this query from .net environment and it ran well. The query that I can in .net is
SELECT dbo.FirstName from ctd.Customertable;
Can somebody tell me where I am making a mistake. Thank you very much.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum