BizTalk Server Orchestration - Can't access DataSet items in my Orchestration?

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > September 2004 > Can't access DataSet items in my Orchestration?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Can't access DataSet items in my Orchestration?
agent

2004-09-23, 5:51 pm

I defined a variable in my Orch of type DataSet but intellisense does not
give me the full compliment of property nodes and when I try to mainually
put in the correct syntax:

ds.Tables.[0].Rows[intCount].ItemArray[0].ToString();
I get redline errors: cannot find symbol ''



What gives.


Alan Smith

2004-09-24, 2:48 am

Hi Agent,

BizTalk uses XLANG/s for writing code in exression shapes. (You have
probebly noteced strange things like the ++ operator is not supported.)

Threre's a load of other limitations that complicate things when you need to
access collecons etc. Threre's a list of some here:

http://blogs.msdn.com/scottwoo/arch.../18/216647.aspx

Maybe one dat there will be some documentation on this.

Regards,

Alan



"agent" wrote:

> I defined a variable in my Orch of type DataSet but intellisense does not
> give me the full compliment of property nodes and when I try to mainually
> put in the correct syntax:
>
> ds.Tables.[0].Rows[intCount].ItemArray[0].ToString();
> I get redline errors: cannot find symbol ''
>
>
>
> What gives.
>
>
>

agent

2004-09-24, 7:47 am

thats great and i appreciate it but it doesnt say anything about DataSets
Can I even access the dataset


"Alan Smith" <AlanSmith@discussions.microsoft.com> wrote in message
news:7529A9EC-886A-4F2F-85E1-B6E66A85A90B@microsoft.com...
> Hi Agent,
>
> BizTalk uses XLANG/s for writing code in exression shapes. (You have
> probebly noteced strange things like the ++ operator is not supported.)
>
> Threre's a load of other limitations that complicate things when you need

to[vbcol=seagreen]
> access collecons etc. Threre's a list of some here:
>
> http://blogs.msdn.com/scottwoo/arch.../18/216647.aspx
>
> Maybe one dat there will be some documentation on this.
>
> Regards,
>
> Alan
>
>
>
> "agent" wrote:
>
not[vbcol=seagreen]
mainually[vbcol=seagreen]


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com