XML as a data source

Posts   
 
    
Fishy avatar
Fishy
User
Posts: 392
Joined: 15-Apr-2004
# Posted on: 21-Feb-2005 18:49:21   

First, let me say that this may sound like a stupid idea. flushed

Would it be possible to create entities that instead of reflecting a data base would be a representation of an xml definition? disappointed

Sometimes I just don't need a full blown database and an xml file would do the job.

ok, am I crazy?

Fishy

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 21-Feb-2005 20:38:28   

Am I correct that you've asked this before ? wink . It's not possible I think, .. well it can be done in a way, however it requires a wicked DQE, as it has to work with some Xml ADO.NET provider.

Frans Bouma | Lead developer LLBLGen Pro
Fishy avatar
Fishy
User
Posts: 392
Joined: 15-Apr-2004
# Posted on: 21-Feb-2005 22:18:37   

Otis wrote:

Am I correct that you've asked this before ? wink .

Did I? flushed I must be losing it. cry

Fishy

Fishy avatar
Fishy
User
Posts: 392
Joined: 15-Apr-2004
# Posted on: 21-Feb-2005 22:28:50   

Oh, I found the post your reffering to. Actually though it is different. If I have an xml file and it has a certain structure and hiearchy to it, then it would be fantastic to be able to create entities that manipulate that data.

ok, go ahead, rebuke me cry

Fishy

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 22-Feb-2005 10:32:02   

Fishy wrote:

Oh, I found the post your reffering to. Actually though it is different. If I have an xml file and it has a certain structure and hiearchy to it, then it would be fantastic to be able to create entities that manipulate that data.

The thing is that it does require a manipulation engine which implements the ado.net interfaces. There are a few which try to do that though, however I haven't looked into them that much.

Frans Bouma | Lead developer LLBLGen Pro