Loading Metadata XML
Hi
I wish to interrogate the SQL database with something like this
SELECT TABLE_NAME,
and I then wish to produce the MetaData XML so that I can load it into the control
Most of the information I need seems obvious except what is the size element for and how should I calculate it ?
<field>
<item name="Amount" case_sens="1" />
</name>
Also what is being used in the MSSQL database to determine the value for the case_sens attribute
Thanks