I'm not sure, but maybe that I can create the DDF files from an xml schema? Because in this app, i have some file like this: clients.08 (file extension change by year, so the db files of last year was clients.07) and a clients.xml with something like this:
Code:
<Root>
<forn strName="forn" strType="String" strLen="3"/>
<cat_mer strName="cat_mer" strType="String" strLen="2"/>
<progre strName="progre" strType="String" strLen="4"/>
<desc strName="desc" strType="String" strLen="60" />
....
</Root>
I'm not 100% sure that this is a pervasive db, but i saw it installed on its server and seems to be the only db.
Have you got any ideas if this can be the pervasive and if i can get DDP files from the xml schemas informations?
Thanks.