Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Consume Third-Party web service with MM.Net
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01302824
Message ID:
01314651
Views:
25
Kevin,

OK I am stumped, there must be an easy way to convert an array/arraylist to an MM.net dataset/entity? In the .Net or MM.net framework?

This newbie must be searching/Googling the wrong terms, Ted

>Ted,
>
>>Their documentation states the web service will return an array which they convert to an arraylist (which is then bound to a grid, etc.) in their samples.
>>
>>Should I consider converting the array to a dataset/entity instead (in business layer or other project of classes), for binding & data manipulation purposes?
>>
>>Since I will be potentially developing web, windows form & PocketPC UI's for this web service would I be best served in creating a business layer with the web reference (if that is doable ie. WS, BO, UI vs. BO, WS, UI)?
>>
>>If so the business layer generator seems to only reference tables, views & SP's...suggestions?
>
>If they're returning an array, it's probably an array of type Object. As shown in their demo, you can convert the array to an ArrayList and bind it to UI controls. If you need to do data manipulation, it would definitely be easier to convert it to a DataSet/entity and use a business object / data access class to persist it.
>
>Best Regards,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform