Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This script generates a Dataset XML file, which contains the tablenames of the database but with extra information for the swat framework.

This data needs to be present in the zTable database table of the SWAT framework. 

RUN Akioma/Swat/Util/ImportTableDefinitionFile.p("D:/temp/target.xml").

Will import the dataset to the database.


3. In the last step generate unique ID's for SelfHdl fields:

RUN Akioma/Swat/Tools/fillselfhdlInitializeRecordIdentifiers.p ("d:/temp/target.xml", "*", "<DBName>").

...