Software Index
Related Topics
Popular Trends
Trending Topics
 

Bugzilla Schema

All | Freeware
Product Title  /  Popularity Revised License Rating Size
DTM Schema Reporter
DTM Schema Reporter is a reporting tool for database schema. The program creates reports in RTF,XML,HTML,CHM,PDF or plain text formats and supports all common database interfaces - ODBC, OLE DB, IDAPI, or Oracle Call Interface. This utility helps technical writers ...
January 25th 2005 Demo    1,513k
Schema Version Control for Oracle (SVCO)
It's the integrated version control solution for Oracle database server schema objects! It will track all schema objects changes direct within Oracle database fully automatically! No extra version control tool is required. You can go on and use your favourite ...
January 26th 2008 Shareware  5 stars 131k
Schema Visualizer for SQL Developer
Schema Visualizer allows you to create fully featured Entity Relationship Diagrams (ERD) based on any database which could be accessed with help of Oracle SQL Developer. Tables can be added to an existing diagram by dragging and dropping them from ...
February 18th 2010 Shareware    1,366k
AdeptSQL Workshop
The complete IDE for creating and managing databases from SQL scripts, including macro preprocessor, syntax-oriented editor, schema decompiler/synchronizer and debugger. Works with MS SQL Server v.7.0 or 2000.
February 3rd 2002 Commercial  5 stars 1k
XMLSPY
XMLSPY 5 is the most comprehensive XML tool for Advanced XML Application Development. XMLSPY 5 is the industry standard XML Development Environment for designing, editing and debugging enterprise-class applications involving XML, XML Schema, XSL/XSLT, SOAP, WSDL and Web service technologies. ...
November 20th 2002 Demo  5 stars 27,913k
STYLEVISION
From the makers of XMLSPY, STYLEVISION 5 is an innovative new XML tool for web developers, which provides powerful conversion utilities for painless migration of traditional HTML websites to advanced XML-based sites. STYLEVISION 5 includes an HTML importer which will ...
November 20th 2002 Demo  5 stars 24,680k
AdeptSQL Diff
With AdeptSQL Diff, you can visually compare two MS SQL Serverdatabases, then produce and execute difference scripts fora choosen part or for the whole schema. Very fast and easy to operate.
November 25th 2002 Commercial  4.5 stars 1,096k
VisualScript XML
VisualScript XML is the first visual scripting tool for XML. Visual scripting allows you to program XML statements into graphical symbols, then simply "drag and drop" the symbols to sketch the flow of a business process. Then the software translates ...
August 12th 2003 Shareware    31,355k
SQL7Print
Prints Microsoft SQL Server 7 schema object definitions, including dependencies and permissions, for Database Roles, Defaults, File Groups, FullText Catalogues, Log Files, Rules, Stored Procedures, System Datatypes, Tables, Transaction Logs, User Defined Datatypes, Users, Views, Backup Devices, Logins,Languages, Remote Servers, ...
August 4th 2005 Shareware    4,029k
SQL2000Print
Document schema of your Microsoft SQL Server2000 database by printing it in your own custom style. You can print Database Roles, Defaults, File Groups, FullText Catalogues, Log Files, Rules, Stored Procedures, System Datatypes, Tables, Transaction Logs, User Defined Datatypes, Users, ...
August 4th 2005 Shareware    3,965k
Freeware XMLFox XML/XSD Editor
Freeware XML editing and validation tool XMLFox is a freeware editor for creating valid well-formed XML documents and/or XSD Schema. XMLFox schema editor enables you to easily develop advanced data models expressed in XSD Schema. It is the XML Schema ...
December 22nd 2003 Freeware    914k
SQL Delta
SQL Delta is a great value, fast SQL Server 7, 2000 and 2005 database compare tool used to analyze, compare and synchronize database structures and data. SQL Delta will script the differences between two databases allowing you to synchronize the ...
July 11th 2007 Shareware    9,375k
Schema Plus Lite
Schema Plus is an SQL Editor for all ODBC compliant databases. Text Grid and Chart SQL results. View schema layouts and diagrams, navigate between databases with one click. Generate scripts for VB,VC,JAVA,ASP,HTML ...etc. Includes a 14-day trial of Schema Plus ...
February 1st 2005 Freeware    3,392k
SwisSQL - Data Migration Tool
AdventNet SwisSQL offers a complete Data Migration Tool that helps the migration of database structures and data across leading databases such as Oracle, IBM DB2, MS-SQL Server, Sybase, SAP DB, PostgreSQL and MySQL. It offers an open, user-friendly, and extensible ...
October 24th 2007 Shareware  5 stars 16,909k
DataForms.Net Single Developer License
DataForms.Net allow developers to rapidly create database applications on MS SQL Server or other RDBMS.

Just point DataForms.Net to any table in your database and DataForms.Net will get underlying schema and dynamically create forms to add, edit, delete, sort, filter ...
September 26th 2005 Commercial    961k
XMLFox Advance XML and XSD Editor
XMLFox Advance is XML editing and validation tool for creating valid XML documents and/or XSD Schema. XMLFox schema editor enables you to easily develop advanced data models expressed in XSD Schema. It allows you export XML tables or whole XML ...
January 15th 2006 Shareware    1,664k
SQL Help Builder
Document all objects within a SQL Server Database schema plus add your own help topics. Now with SQL Help Builder you can personalize your database documentation by including your own topics and text, images, bullet points, tables, external HTML links ...
March 8th 2006 Shareware    8,019k
oXygen XML Editor and XSLT Debugger
Oxygen is a multi-platform XML Editor, XSLT/XQuery Debugger and Profiler with full Unicode support. It offers a powerful code insight that can follow a DTD, Relax NG or an XML Schema or even can learn the structure from a partial ...
April 20th 2006 Shareware  5 stars 33,144k
SQL Examiner Suite 2010 R2
SQL Examiner Suite 2010 R2 compares and synchronizes both schema and data of SQL Server including the new SQL Server 2008. You can compare any version of SQL Server form 7.0 to 2008. SQL Data Examiner allows you to compare ...
September 11th 2006 Shareware    11,145k
UDB Workbench
UDB Workbench is a tool for DB2 UDB database comparison and synchronization.

It allows you connect DB2 UDB databases through ODBC or through schema DDL file, and view all the differences between two connected sources, and execute synchronization script that generated ...
March 28th 2007 Shareware  5 stars 1,495k
Related Scripts
Create Schema Definitions Programmatically
Create Schema Definitions Programmatically is an article in which the author demonstrates the process of constructing different parts of XML schema by the help of classes present in System.Xml.Schema namespace. Here the author discusses about procedure for generating schema root ...
December 2nd 2005 Freeware     
Discover the Useful System.Xml.Schema Classes
Discover the Useful System.Xml.Schema Classes is an useful tutorial for the programmers to learn about process of using the main classes of System.Xml.Schema namespace to read and to manipulate XML data in .NET framework. The author gives details about XML ...
December 21st 2005 Freeware     
How To Retrieve Column Schema by Using the DataReader GetSchemaTable Method and Visual C++ .NET
How To Retrieve Column Schema by Using the DataReader GetSchemaTable Method and Visual C++ .NET is a tutorial in which the author explains about the use of the GetSchemaTable method. GetSchmeaTable method of the ADO.NET DataReader object is used to ...
November 25th 2005 Freeware     
Loading an XSD Schema into a DataSet
Loading an XSD Schema into a DataSet is an useful article for ASP.NET programmers to gather information about the ReadXmlSchema() method, which helps in loading XSD schema into the data set. The author gives description about schemas which offers data ...
December 20th 2005 Freeware     
Synchronization between XML Schema and Database
Synchronization between XML Schema and Database is a Windows compatible script that synchronizes XML files and a relational database based on existing XML schemas. This allows you to manage a database and make alterations without creating a new base each ...
December 3rd 2005 Freeware     
SysDB - Synchronization between XML Schema and database
This is an xml script where the users can perform the process of coordinating their xml data with the relational database. The relational database maintains and saves the xml files. The data of the xml files can be accessed and ...
December 4th 2005 Freeware     
Using Database Schema Information with ASP.NET
Using Database Schema Information with ASP.NET is a tutorial which gives two methods for gathering information about the tables of a database such as using System.Data.SqlClient class and System.Data.OleDb class. In this tutorial the author displays all the table names ...
December 19th 2005 Freeware     
Using XML Schema archetypes and XSLT style sheets to simplify your code
This column demonstrates how to use XML Schema archetyping (and style sheets) to control styling of data for various presentation modes. How the techniques work to reduce code bulk and samples of simplified maintenance are in the ten code samples ...
December 15th 2005 Freeware     
why XML Schema beats DTDs hands-down for data
Info-management developer and author Kevin Williams tells us why he likes XML Schema for the structural definition of XML documents for data. With ample examples, he looks at four features of XML Schema that are particularly suited to data representation. ...
November 27th 2005 Freeware     
Writing Out to XML Files And XML Schema
Writing Out to XML Files And XML Schema is an article in which author discusses about the method of writing data into XML files and XML schema. The author gives source code to perform the above said process in SQL ...
December 9th 2005 Freeware     
Related Code
ADO.NET Express Pro 1.2.0
ADO.NET Express is an add-in for Visual Studio 2003 that generates class methods for calling stored procedures and executing common types of SQL statements. It supports C#/VB and SQL Server/Oracle. ADO.NET Express looks similar to Server Explorer. You can add ...
February 8th 2006     398k
XSD Creator
Create XSD File for use with your projects. It worked with SQL Server and Access Databases. It includes the Primary and Foreign Keys. Also is an example of getting connection string from user and using schema calls to get a ...
February 19th 2009     95k
XML/XSD Schema Validator
To teach how to write XML and Schemas (or DTD's). Schemas can be complex to understand some of the more finer details. I needed an easy (and free)way to know if my work was correct, if not then exactly what ...
October 5th 2009     24k
New Software
Popular Software