XML guidelines


Standard definition


All the judat elements starts with the <judat> root element. This element tell to the loading engine that this is a valid file and how to parse it.

Then will start a section element. Valid sections elements are:


Connections


The <connections> section will contains elements. This elements will define the connection parameters to the database. The elements it use are:
  • <connections>

    • <dsn>
      The data source name to know what to connect to
    • <username>
      The username is saved as a string
    • <password>
      The password is saved app encoded way and can key to unlock is saved in the app.


Queries




judas use dynSQL to generate queries. Please refer to the dynSQL Specification Page to have more informations about.

Elements


judat

Attributes:
  • version: To define the judat version



Back to developer's guide
Copyright © 2005  Rasael Bervini. All rights reserved.
SourceForge.net Logo