PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Importing database from XML
Importing database from XML
Débuté par hectorbadenes, 02 oct. 2015 12:28 - Aucune réponse
Membre enregistré
26 messages
Posté le 02 octobre 2015 - 12:28
Hi, I want to import an Analysis description with the wizard "Import the descriptions of files/tables..." from xml but i don´t know the structure needed.

With this xml I can import tables and items:

<db>
<table1>
<item></item>
<item2></item2>
<item3></item3>
<item4></item4>
</table1>
<table2>
<item></item>
<item2></item2>
<item3></item3>
<item4></item4>
</table2>
</db>

Is there any way to specify the type, size and primary keys of the items? EX: <item2 type="numeric">