Working with XML Schemas: Comparing DTDs and XML Schemas is a web based tutorial through which programmers can gather information about validating XML documents with the help of XML Schema. The author compares the method of validating XML documents b
SQL Examiner is a program which compares and synchronizes the schemas of different versions of SQL server databases no matter how complex their schemas. At each stage of your work with the program, it is possible for you to not only specify the
Professional XML is aimed toward seasoned Web or general application developers as a guide for developing sophisticated, real-world XML solutions. It successfully meets the most pressing need for programmers new to XML by putting all of the various c
XML Schema Quality Checker assesses an XML Schema that has been written in the W3C XML schema language and diagnoses instances of improper uses of the schema language. Where schemas are composed of numerous connected schema documents, it carries out
Although XML Schemas and RELAX promise fine-grained validation for XML documents, neither are presently available in the Perl world. You need a way to validate the structure of your documents. This can be achieved by combining the simplicity of Test.
SQL Theory & How-To is an article that gives the answer to the two questions ie- how to Create complex, powerful, queries to take advantage of your table schemas and how to build complex queries on the fly. For this he gives some examples and...
SQLMatcher is a database management tool that is useful in a number of scenarios. The typical use of SQLMatcher involves synchronization of Microsoft SQL Server database schemas during development. However, SQLMatcher can also be used for comparing
Odin is an Oracle Developer Interface. It permits the viewing of Oracle Schemas, Tables, Views, Procedures, Functions, Packages, Sequences and Types. In addition to the above, ODIN provides many useful DBA views that are both configurable and extensi
Dezign for databases is a database development tool using an entity relationship diagram. It visually supports the lay out of the entities and relations and automatically generates SQL schemas for most leading databases.Dezign for databases also supp
A simple introduction to using the MSXML DOM in your Delphi applications. Demonstrates: L Validation of XML files using XSDL schemas L Transformation of XML files using XSLT stylesheets L Evaluation of XPath expressions(Delphi 6 source |