Will LLBLgen Satisfy This requirement , If Yes How?/

Posts   
 
    
Sandumone1
User
Posts: 27
Joined: 28-Oct-2009
# Posted on: 18-Nov-2009 21:51:34   

The data tier should not directly interact with the database for any CRUD operation. Instead, it should get data in XML format (XDO) and do CRUD operation on these objects. These XDO should perform the change into the database.

We need to work on XML like Dataset in ADO.Net .Can we do it?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 19-Nov-2009 05:18:26   
  • Do you have yet a specific schema you want to use as XDO?
  • If the answer is yes, how do you plan to track changes, etc.?
  • Do you want this for GUI (XLSTs maybe) or to wire the XDOs using WCF, webservices, etc.?
  • Did you know about DTO templates? (http://llblgen.com/TinyForum/Messages.aspx?ThreadID=13256)

This reading of the manual section should be helpful as well: XML Support (serialization, de-serialization)

David Elizondo | LLBLGen Support Team