Posted: Thu Dec 06, 2012 2:57 am Post subject: T.* not Working in SQL Access
Apprentice
Joined: 22 Aug 2012 Posts: 44
Hi All,
I'm trying to access all the columns of a particular row from Database.
When I query like:
SET Environment.XMLNSC.AppResult[] = (SELECT T.* FROM Database.{DSNNAME1}.{DBSCHEMA1}.{DBTABLE1} AS T WHERE T.employeeID = Environment.Temp.TMID);
It's not fetching any records from row. However when I specify likr:
SET Environment.XMLNSC.AppResult[] = (SELECT T.employeeID,T.sAMAccountName,T.mail,T.postOfficeBox FROM Database.{DSNNAME1}.{DBSCHEMA1}.{DBTABLE1} AS T WHERE T.employeeID = Environment.Temp.TMID);
It's fetching the required columns.
What's wrong in specifying T.* ?
Is there any other way to access all columns of particular row.
I'm working on Broker Version 7.0.0.3 _________________ "Be honest. It is one of the few things that you can control in your life."
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