Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mm.andorid.mono - data lifting?
Message
From
22/06/2011 08:39:32
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Database:
Visual FoxPro
Application:
Mobile
Miscellaneous
Thread ID:
01515296
Message ID:
01515463
Views:
40
>I am sorry for not stating the question better. How do I get an Android mono application to consume the data that mm.net business object returns. Any possibility of an example. Could I see the .cs file that is using the business object?

Sorry Neil, can't help with that. I have not done any Andorid stuff.
Timothy

>
>Neil
>
>>>Would someone please show me best practices of how to use an mm.net business object to data drive in an Android mono app. I would like to use the dataset/bizobj paradigm. For example:
>>>
>>>// get patient specific data for page
>>>DataSet ds =oPatient.GetPatientBycustid(“ABC123”);
>>>
>>>
>>>Then hopefully, I could use the table fields returned in ds to supply text info to the Android app
>>
>>I don't know if I totaly understand the question as I have not been involved with android. However if you are looking to just get a DataSet returned you can do that easily enough. Are you using the classic business objects or entity framework?
>>
>>The business objects have method for returning a dataset instead of an entity list or you can call GetEntityList method and then return the business objects GetDataSet() or just DataSet property has it.
>>Timothy
Timothy Bryan
Previous
Reply
Map
View

Click here to load this message in the networking platform