.daSchema Files

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Glossary entry
Feel free to add your notes to this topic below.


.daSchema files are used by Data Abstract to store the contents of a Schema, along with a related set of files, including .daConnections, .daDiagrams and .daConfig.

In Data Abstract for .NET, .daSchema files are the primary storage of schemas and form part of the project. Data Abstract for Delphi uses TDASchema components to hold schemas, but provides the means to load and save schemas to .daSchema files as well.

.daSchema files are edited using DataAbstract Schema Modeler (DASM).

In general, a .daSchema file is a xml-based file and has the following structure:

<?xml version="1.0" encoding="utf-8"?>
<TDASchema>
<Commands>..</Commands>
<ConnectionManager>..</ConnectionManager>
<CustomAttributes>..</CustomAttributes>
<DataDictionary>..</DataDictionary>
<Datasets>..</Datasets>
<Diagrams>..</Diagrams>
<JoinDataTables>..</JoinDataTables>
<RelationShips>..</RelationShips>
<Tag>..</Tag>
<UnionDataTables>..</UnionDataTables>
<UpdateRules>..</UpdateRules>
<Version>..</Version>
</TDASchema>


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools