US20050086221A1 - Method of providing data dictionary-driven web-based database applications - Google Patents

Method of providing data dictionary-driven web-based database applications Download PDF

Info

Publication number
US20050086221A1
US20050086221A1 US10/967,577 US96757704A US2005086221A1 US 20050086221 A1 US20050086221 A1 US 20050086221A1 US 96757704 A US96757704 A US 96757704A US 2005086221 A1 US2005086221 A1 US 2005086221A1
Authority
US
United States
Prior art keywords
application
data
file
data items
network
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/967,577
Inventor
Bruce Parker
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=33490989&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=US20050086221(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Individual filed Critical Individual
Priority to US10/967,577 priority Critical patent/US20050086221A1/en
Publication of US20050086221A1 publication Critical patent/US20050086221A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/912Applications of a database
    • Y10S707/917Text
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/953Organization of data
    • Y10S707/954Relational
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/953Organization of data
    • Y10S707/959Network
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99942Manipulating data structure, e.g. compression, compaction, compilation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99943Generating database or data structure, e.g. via user interface

Definitions

  • the present invention relates generally to data bases and more particularly, to a method of using a data dictionary to create a web-based database application.
  • a data dictionary is an electronic repository of information that describes many of the components of a database application.
  • a data dictionary for web-based database applications may contain information describing one or more of the following: (1) the web application's database structure (tables, fields, indices, and relationships), (2) database characteristics (required fields, field masks, etc), and (3) the web application's components (menus, forms, reports, export formats, etc.). It may also contain information relating to (4) the text or images that are displayed on web forms and menus (for buttons, captions, labels, form titles, messages, etc.), (5) the fonts and colors used to display text on the web forms, (6) the location where the various items are to be displayed on the form, and (7) programming code that is to be executed when the web application is run.
  • a web-based database application program consists of two primary components: (1) the “applications” component, which is responsible for running the database application, allowing users to enter information, view information, and select the records to be viewed, and (2) the “data dictionary maintenance” component, which allows the system administrator to make changes to the application (application specifications, form captions, fields displayed, colors used, database structure, and other contents of the data dictionary).
  • the “applications” component which is responsible for running the database application, allowing users to enter information, view information, and select the records to be viewed
  • the “data dictionary maintenance” component which allows the system administrator to make changes to the application (application specifications, form captions, fields displayed, colors used, database structure, and other contents of the data dictionary).
  • Using a data dictionary as the underlying concept for a web-based database application provides many advantages. Some of these advantages include: (1) development of web-based database applications without needing a programmer or web developer; (2) minimal cost to set up a sophisticated, user-friendly web database application that typically includes forms for filtering, listing, and reviewing records in a database, menus, etc.; (3) the ability of a user to change the look and feel of the application pages without needing a programmer or web developer; and (4) various levels of security to limit who can review or change the data.
  • Web pages fall into two general categories—static and dynamic. Static web pages are presented to the user (after being interpreted by the user's browser) without modification. These files generally contain only HTML codes, text, and graphics, and have the file extension of HTM or HTML. Examples include help text and menus. Dynamic web pages, on the other hand, have program code (or pseudo-code) imbedded in them which dynamically creates the HTML code that is sent to the browser. The program code can be used to retrieve data from a database, create HTML code for displaying the data in a table, etc.
  • the present invention allows for web-based database applications to be run based on data in a data dictionary.
  • a central web site contains both the application's data and the data dictionary.
  • the present invention includes the following steps and functions:
  • a central web site is set up with a data dictionary, a data base server, programs which produce menus and forms for a data base application, programs which produce menus and forms for the data dictionary maintenance procedures and a project directory.
  • the data dictionary contains information for both the data dictionary maintenance forms and sample application forms.
  • the data base server may have new databases added to it.
  • Programs which produce menus and forms for a database application and perform the functions needed to run the database application such as add, change, and delete records, perform data validation, etc.
  • Programs which produce menus and forms for the data dictionary maintenance procedures perform the functions needed to update the data dictionary and change the application's database structure.
  • a project directory is created dynamically for each database application when a new database project is started.
  • a user opens a web page at a central web site and is led though a series of steps to create the database application.
  • the invention allows for a database application to be created in one of three ways.
  • the user may upload electronic data to a web site.
  • a program on the web site creates a new database for the user and copies the data dictionary tables into the database.
  • a second program on the web site reads the electronic data and updates the data dictionary with information about the database structure and requirements (e.g., table names and properties, field names and properties, index names and properties, relationships among the tables, etc).
  • a third program on the web site then creates the application tables in the database.
  • a fourth program reads the data uploaded by the user and populates the application tables in the database.
  • the web site may contain many sample database applications. The user selects one of the sample applications, and a program on the web site creates a new database application for the user.
  • the user may request that the system create empty database for the application.
  • the user then uses the “application maintenance” programs (see below) to create the application tables and fields.
  • a program on the web site creates a directory on the web site for a user's project and copies several files into the directory.
  • the user may start the database application by using a web browser to request a web page in the user's project directory.
  • the application allows the user to enter or change information, view information, select the records to be viewed, and exported, reported, or exported.
  • the present invention provides three methods used by a dynamic web page to create content used in the database application: (1) A program at the web site creates application-specific dynamic web pages based on the data about the application in the data dictionary (these pages are created in the user's project directory whenever the structure of the database or application requirements change). These web pages do not need to refer to the data dictionary when the application is run. (2) The database application uses dynamic web pages which derive all of the information necessary to display the application's web pages from the data dictionary associated with the application. For this method, a standard set of dynamic web pages in the user's project directory read the data dictionary and dynamically create the application's content. (3) A final method uses a combination of the previous two—dynamic web pages are created specifically for the application, but these web pages still need to get information from the data dictionary when creating the web page displayed to the user.
  • An option in the database application allows the user to start the “application maintenance” module.
  • the programs in this module allow the user to upload additional data, update the data dictionary and change the database structure. This includes, but is not limited to, changing the text or images that are to be displayed on the web forms and menus (for buttons, captions, labels, form titles, messages, etc.); changing the fonts and colors to be used to display text on the web forms; where the various items are to be displayed on the form; and specifying programming code that is to be executed when the web application is run.
  • FIG. 1 illustrates the main components of a data dictionary-driven web-based database application
  • FIG. 2 illustrates the components of the system that are contained at the Web site
  • FIG. 3 illustrates the components used to initialize the data dictionary based on electronic data provided by the user
  • FIGS. 3A-3G illustrate screen shots of the sequence used to sign up for the service and to upload an electronic copy the data
  • FIG. 4 illustrates the components used to create the user's database based on the data dictionary
  • FIG. 5 illustrates the components used to upload the user's data and load the data into the Web site's database
  • FIG. 6 illustrates the components used to create the web pages for the application
  • FIG. 7 illustrates the components used to run the database application from the application-specific Web pages
  • FIG. 8 illustrates the components used to run the database application from the data dictionary
  • FIGS. 8 A-D illustrate screen shots of a data dictionary-driven database application
  • FIG. 9 illustrates the components used to maintain the data dictionary and user's database
  • FIGS. 9 A- 9 AK illustrate the screen shots of the various ways the data dictionary and user's database can be maintained
  • FIG. 10 illustrates the components used to create a copy of the application data
  • FIG. 11 illustrates the various tables in the data dictionary and how they are related
  • a data dictionary-driven web-based database application is illustrated in FIG. 1 and includes a central web site, a plurality of computers and the internet.
  • the central web site includes a data dictionary, application data, and dynamic web pages.
  • Each of the plurality of computers is connected to the internet and runs web browsers to display the application's web pages.
  • the internet connects the plurality of computers to the central web site.
  • the central web site illustrated in FIG. 2 , includes a central directory, a web site data base, an application project directory and an application database.
  • the central directory includes common programs used in creating the database application pages (generic application programs) and maintaining the database requirements and structure (data dictionary maintenance Web programs).
  • the web site data base contains sample applications and data dictionary tables that are used in displaying the web pages which are used to maintain the database requirements and structure.
  • the application project directory (one directory for each project) contains application-specific web pages, generic application web pages, images for displaying on application pages, additional HTML code to be displayed on application web pages, and upload/download directory.
  • the application database contains application data and data dictionary tables associated with the application.
  • FIG. 3 The initialization of a data dictionary is illustrated in FIG. 3 .
  • Application information is uploaded to the central web site and information is loaded into a data dictionary based on the uploaded application information.
  • the uploaded information is electronic information about the database.
  • a user uploads ( 1 ) (or emails) files of electronic data to the central web site.
  • An application program on the central web site reads the files ( 2 ) and enters information about the application into a data dictionary ( 3 ).
  • the electronic information can be in many forms, including PC-based databases (e.g., Microsoft's Access, FoxPro, dBase, Paradox, etc.), spreadsheets, and text files.
  • the information for the data dictionary can be derived either from the database or spreadsheet (a Microsoft's Access MDB file contains information on table structures, required fields, etc.), or obtained explicitly from electronic data dictionary information. For example, a spread sheet could contain “sheets” for each table, and each “sheet” could contain information about the fields of the corresponding table, etc.
  • FIGS. 3A to 3 G The process of signing up for a service and uploading an electronic copy of data is illustrated in FIGS. 3A to 3 G.
  • a central web site provides web pages which step or guide a user through the uploading process.
  • a user signs up for service as a new customer ( FIG. 3A ) and enters information about his/her company ( FIG. 3B ).
  • the user selects a method for creating the web-based application (uploading a file, creating an application from a template, or starting with an empty database) ( FIG. 3C ).
  • the central web site creates an account for the user (insuring that the information was filled out properly) ( FIG. 3D ).
  • the central site also creates a directory for the application, copies in the web pages needed to run the user's application, and creates an empty database ( FIG. 3E ).
  • the user selects the file to be used to create the application ( FIG. 3F ), and, the file is uploaded to the central Web site ( FIG. 3G ).
  • the system reads the uploaded file, determines the database structure, and updates the data dictionary with the information gleaned from the uploaded file. For example, from an Access MDB, the system can determine the name of each table, the name of each field in each table, the specifications of each field (e.g., required, default value, type, size, mask, etc.), the name of each index (and the corresponding fields), and the relationships among the various tables. From a text file (which has the field names in the first record), the system can determine the name of the table, the name of each field in each table, some of the specifications of each field (e.g., type, size, number of decimal places).
  • a database for an application is created as illustrated in FIG. 4 .
  • An application program on the central web site reads the data dictionary ( 4 ) and creates the database for the application ( 5 ).
  • the database could be stored either on a database server (e.g., Oracle, Microsoft's SQL Server, etc.) or on a file server (e.g., Microsoft's Access or FoxPro). It should be noted that if the files that the user uploaded are to be accessed directly by the web application, this step is not necessary.
  • FIG. 5 The uploading of a database for an application is illustrated in FIG. 5 .
  • a user uploads the files ( 6 ) of electronic data to the central web site (when the user signs up for service, the upload in this step is the same as the upload shown in FIG. 3 , step 1 .
  • This step allows for the user to upload electronic data after the application has been created).
  • An application program on the central web site reads the files ( 7 ) and the data dictionary ( 8 ) and updates the application's database ( 9 ).
  • the electronic data can be in PC-based databases, spreadsheets, text files, or other electronic formats.
  • FIG. 6 Creation of web pages for a web application is illustrated in FIG. 6 .
  • An application program on the central web site reads the data dictionary ( 10 ) and creates the web pages ( 11 ) that will be used to run the application on the central web site.
  • FIG. 7 The running of an application from the generated pages is illustrated in FIG. 7 .
  • the user is provided the URL for the web site.
  • the main menu for the application is displayed.
  • the user can then select application components to be run and view/change data in the database ( 13 ).
  • the data dictionary was used to create the pages for the application but is not used by the application's pages.
  • FIGS. 8A-8D The sample pages displayed to the users are illustrated in FIGS. 8A-8D .
  • FIG. 8 The running of the application from the data dictionary is illustrated in FIG. 8 .
  • the user is provided the URL for a web site.
  • an application program on the central web site 15 A, 15 B) reads the data dictionary ( 16 ) and generates all of the web pages for the application (menus, selection criteria, data, and reports, etc.) as the user requests them, allowing the user to view/change data in the database ( 17 ).
  • a web-based application consists of the following components illustrated in FIGS. 8A to 8 F.
  • a menu for allowing the user to select the table to be viewed/changed ( FIG. 8A ).
  • the list of tables on the menu is based on the records in the “tWebTable” data dictionary where the “table type” field has the value “Primary”).
  • a “list form” that lists a subset of records in the selected table ( FIG. 8B ). From the list form, the user can specify another subset of record to be displayed, sort the records by any of the column headings, change the number of records displayed on the list form, select a record to view in detail (where it's data can be changed), or display another form (filter, export, report, or new).
  • a “filter form” that allows the user to select the records to be displayed or reviewed ( FIG. 8C ).
  • a “record form” that allows the user do view the detail for each record, including data in child tables ( FIG. 8D ).
  • An “export form” that allows the user to export data ( FIG. 8E ).
  • a “report form” that allows the user to select a report to be run and to specify several aspects of how the report is to be displayed ( FIG. 8F ).
  • FIG. 9 The maintenance of a data dictionary according to exemplary embodiments of the present invention is illustrated in FIG. 9 .
  • the user starts the data dictionary maintenance application by selecting the “Admin” button on any “List Form” ( 18 ).
  • the programs used in this service allow the user to modify all of the items outlined above: the web application's database structure, database characteristics, web application's components, the text or images that are to be displayed on the web forms and menus, the fonts and colors to be used to display text on the Web forms, where the various items are to be displayed on the form, and programming code that is to be executed when the web application is run.
  • the application's web pages are re-generated ( 20 ) or the application's database structure is changed ( 21 ).
  • FIGS. 9 A- 9 AK illustrate the various menu options and forms that are used to maintain the data dictionary and the structure of the application's database. (Note: where appropriate, each figure shows the figure which will be displayed when the indicated hyperlink or button is selected.)
  • the main “Web Applications Maintenance” menu FIG. 9B ) enables the user to select the type of maintenance that is to be done. Clicking on a menu option (e.g., “Lookup Tables”) displays the next level of menus (e.g., “Lookup Tables”— FIG. 9C ).
  • the “Lookup Tables” menu FIG.
  • FIG. 9C displays links for each lookup table in the application (specified by the value “Lookup” in the “table type” field of the “tWebTable” data dictionary table).
  • FIGS. 8B-8F When the user selects a table, the system will display forms similar to those shown in FIGS. 8B-8F .
  • the “Application Specifications Maintenance” menu ( FIG. 9D ) is used to change those aspects of the application which are not related to the structure of the application's database. Clicking on a menu option (e.g., “Site Information”) displays form which allows the user to change the indicated specifications (e.g., “Site Information”— FIG. 9E ).
  • the “Web Site Information Entry/Edit” form FIG.
  • FIG. 9E allows the user to specify/change the name of the organization, the name of the application, etc.
  • the “Applications Tables List” form ( FIG. 9F ) allows the user to specify the name that will be displayed for each table, the type of each table, the security level required to access each table, etc.
  • the “Table Indices Filter” form ( FIG. 9G ) is displayed, enabling the user to specify for which table the index information is to displayed.
  • the “Table Indices List” form ( FIG. 9H ) displays information about each index for the selected table and allows the user to specify the name of the index and the order in which it will be displayed.
  • the “Lookup Fields For Pick Lists” from the “Application Specifications Maintenance” menu (see FIG. 9D )
  • the “Lookup Fields Filter” form ( FIG. 91 ) is displayed, enabling the user to specify for which table the lookup information is to displayed.
  • the “Lookup Fields List” form ( FIG. 9J ) displays each field in the selected table and allows the user to specify the key field for the table and the fields that will be displayed in pick lists on the various forms.
  • the “Fields Displayed On Forms” from the “Application Specifications Maintenance” menu (see FIG. 9D )
  • the “Fields Displayed Filter” form ( FIG. 9K ) is displayed, enabling the user to specify for which table the field display information is to displayed.
  • the “Fields Displayed List” form ( FIG.
  • FIG. 9H displays each field in the selected table and allows the user to specify which fields are displayed on each form, the order in which the fields are to be displayed, the spacing for each field on the “Record” and “Filter” forms, etc.
  • the “Fields Captions Filter” form FIG. 9M
  • the “Fields Captions List” form FIG. 9H ) displays each field in the selected table and allows the user to specify the captions to be displayed on each form.
  • the “Fields Specificatoins” form ( FIG. 90 ) is displayed, enabling the user to specify for which table the field specification information is to displayed.
  • the “Fields Specifications List” form ( FIG. 9H ) displays each field in the selected table and allows the user to specify whether a field can be updated, if the field is required, the default value, the display size, etc.
  • the “Web Application Maintenance-Buttons and Colors” menu ( FIG. 9Q ) allows the user to select which set of buttons or colors to change. ( FIG. 9Q indicates the figures corresponding to each menu choice).
  • the “Button Text-List Form Entry/Edit” form ( FIG. 9R ) allows the user to specify the text, tool tip, and picture associated with the buttons on the “List Form”.
  • the “Button Text-Record Form Entry/Edit” form ( FIG. 9S ) allows the user to specify the text, tool tip, and picture associated with the buttons on the “Record Form”.
  • the “Button Text-Filter Form Entry/Edit” form ( FIG. 9T ) allows the user to specify the text, tool tip, and picture associated with the buttons on the “Filter Form”.
  • the “Button Text-Other Form Entry/Edit” form ( FIG. 9U ) allows the user to specify the text, tool tip, and picture associated with the buttons on the “New Form” and “Export Form”.
  • the “Web Color Parameters List” form ( FIG. 9V ) allows the user to select a record which specifies the colors for one of the components the application.
  • the “Web Color Parameters Entry/Edit” form ( FIG. 9W ) allows the user to specifies the colors for one of the components the application.
  • the “Change Database Structure” menu ( FIG. 9X ) allows the user to change the structure of the application's database (add tables, add fields, etc)( FIG. 9X indicates the figures corresponding to each menu choice).
  • Selecting the “Add Tables From System-Wide Data Dictionary” menu option displays the “Add Table List” form ( FIG. 9Y ). The user then selects which tables to be added from the system-wide data dictionary. The user can also specify that the sample data is to be copied to the application's database. Selecting the “Add A Table” menu option displays the “Add Table Entry/Edit” form ( FIG. 9Z ). When the user clicks the “Insert” button the data about the table is saved in the data dictionary (the table cannot be created until the fields are specified in the next step). Selecting a “Change Table Structure . . . ” menu option displays the “Field Specifications Filter” form ( FIG. 9A A), which allow the user to select the table whose structure will be changed. When the user selects the “Apply Filter” button, the form in FIG. 9A B will be displayed.
  • the “Field Specifications List” form ( FIG. 9A A) allows the user to change the structure of a table in the database. For each new or existing field, the user can specify the field type, field size, index type, and the lookup table associated with the field (if any).
  • the system changes the database structure of the table, indices, and/or relationships. Selecting the “Remove Tables” menu option displays the “Remove Tables List” form ( FIG. 9A C).
  • the “Save” button the system will delete the tables selected by the user.
  • Selecting the “Remove Fields” menu option displays the “Remove Fields Filter” form ( FIG. 9A D), which allow the user to select the table from which fields will be deleted.
  • the “Apply Filter” button the form in FIG. 9A E will be displayed.
  • the “Remove Fields List” form ( FIG. 9A F) allows the user to specify the fields to be removed from the selected table.
  • the system will change the table structure and remove the selected fields. The system will also remove any indices and relationships associated with the deleted fields.
  • Selecting the “Remove Indices” menu option displays the “Remove Indices Filter” form ( FIG. 9A G), which allow the user to select the table from which indices will be deleted.
  • the “Apply Filter” button the form in FIG. 9A H will be displayed.
  • the “Remove Indices List” form ( FIG. 9A H) allows the user to specify the indices to be removed from the selected table.
  • the system will change the table structure and remove the selected indices. The system will also remove any relationships associated with the deleted indices.
  • Selecting the “Remove Relationships” menu option displays the “Remove Relationships Filter” form ( FIG. 9A I), which allow the user to select the table from which relationships will be deleted.
  • the “Apply Filter” button the form in FIG. 9A J will be displayed.
  • the “Remove Relationships List” form ( FIG. 9A J) allows the user to specify the relationships to be removed from the selected table.
  • the “Save” button the system will remove the selected relationships.
  • the “Upload Application Data” form allows the user to upload electronic information (an Access MDB or text file) which contains information that can be user to ( 1 ) replace the existing application, replace the existing data, append the data to the corresponding tables, or ( 4 ) add new tables to the database.
  • electronic information an Access MDB or text file
  • the form also allows the user to upload graphics that will be displayed on the Web pages for the application.
  • FIG. 10 The creation of a copy of the application data for downloading is illustrated in FIG. 10 .
  • An application program on the central Web site reads the data dictionary ( 22 ) and creates a Microsoft Access MDB (in the Upload/Download directory)( 23 ) with all of the tables in the application's database (data dictionary tables are not included).
  • Another program then copies the data from the application's database to the Access database ( 24 ). The user can then download the Access database.
  • Tables in the data dictionary are illustrated in FIG. 11 .
  • the data dictionary consists of many inter-related tables. They are described below: Tables One record for each - the name of the table, the text to display on Web forms when referring to the table, the security level required for user access to the table, etc Table Types Categorizes the tables in the application (“primary”, “detail”, etc.) Fields One record for each field in each table - the name of the field, the text to display on Web forms when referring to the field, the security level required for user access to the field, the field type, etc Field Type Types of fields in the database (“numeric”, “date”, “character”, etc.) Index Type Type Type of index for a field (“unique” or “indexed”) Filter Type Type of filter for the field on the filter form “number”, “range”, “word”, etc.
  • Field Events Specifies the code to be executed when an “event’ (e.g., data changed) associated with the field is “triggered”
  • Index One record for each index for each table (name of index, fields in the index, sorted ascending, etc) Relationship One record for each relationship between two tables (names of the tables, fields in the relationship, type of relationship, etc.) Accessible Security level required to display a table or field (“Read”, “Update”, “Administer” or “None”) Relationship Specifies the which “drill down” buttons are to be displayed Drill Down for child tables when a primary record is displayed Forms One record for each of the forms used in the “Applications Maintenance” part of the system (can also be used to develop forms for an application).
  • Form Fields One record for each field on a form. Contains the same fields as the “Fields” table Child Tables For forms with child tables, contains information about how the data in the table is to be displayed, any “filter” informa- tion for the child table, etc.
  • Applications One record for each sample application Application One record for each table in each sample application Tables Application One record for each field in each table in each sample Fields application

Abstract

A method for creating a web-based database application that is data dictionary driven is disclosed. A web site, containing various computer programs, data for a database application and a data dictionary describing both the structure of an application database and the requirements for the database application, creates web pages for facilitating the execution of a database application over the internet. The method comprises the steps of creating, updating and maintaining an on-line data dictionary, and creating and initially populating a database for the application. The various programs at the web site create web pages for the application, update the data dictionary and facilitate modification of the data structure for the application. The data dictionary may be initialized: from electronic data uploaded to the web site; from the data-dictionary records describing an existing web-based application; or directly by the user via a web interface. The resulting application allows the user to enter information, view information, select the records to be viewed, and make changes to the application such as form captions, fields displayed, colors used, database structure, and other contents of the data dictionary.

Description

    FIELD OF THE INVENTION
  • The present invention relates generally to data bases and more particularly, to a method of using a data dictionary to create a web-based database application.
  • BACKGROUND
  • A data dictionary is an electronic repository of information that describes many of the components of a database application. A data dictionary for web-based database applications may contain information describing one or more of the following: (1) the web application's database structure (tables, fields, indices, and relationships), (2) database characteristics (required fields, field masks, etc), and (3) the web application's components (menus, forms, reports, export formats, etc.). It may also contain information relating to (4) the text or images that are displayed on web forms and menus (for buttons, captions, labels, form titles, messages, etc.), (5) the fonts and colors used to display text on the web forms, (6) the location where the various items are to be displayed on the form, and (7) programming code that is to be executed when the web application is run.
  • A web-based database application program consists of two primary components: (1) the “applications” component, which is responsible for running the database application, allowing users to enter information, view information, and select the records to be viewed, and (2) the “data dictionary maintenance” component, which allows the system administrator to make changes to the application (application specifications, form captions, fields displayed, colors used, database structure, and other contents of the data dictionary).
  • Using a data dictionary as the underlying concept for a web-based database application provides many advantages. Some of these advantages include: (1) development of web-based database applications without needing a programmer or web developer; (2) minimal cost to set up a sophisticated, user-friendly web database application that typically includes forms for filtering, listing, and reviewing records in a database, menus, etc.; (3) the ability of a user to change the look and feel of the application pages without needing a programmer or web developer; and (4) various levels of security to limit who can review or change the data.
  • Web pages fall into two general categories—static and dynamic. Static web pages are presented to the user (after being interpreted by the user's browser) without modification. These files generally contain only HTML codes, text, and graphics, and have the file extension of HTM or HTML. Examples include help text and menus. Dynamic web pages, on the other hand, have program code (or pseudo-code) imbedded in them which dynamically creates the HTML code that is sent to the browser. The program code can be used to retrieve data from a database, create HTML code for displaying the data in a table, etc.
  • Many internet sites currently host web-based database applications. At virtually all of these sites, the application is either provided by the user or the service provider. In both of these cases, a significant amount of programming is usually required for each web page that contains data which is extracted from a database in real-time. In order to reduce development time, many programmers use web-development tools which contain “wizards”. Wizards are programs that create web pages based on information about the application that is provided by the developer when the “wizard” is run. There are two problems with this approach: (1) once the “wizard” is run, the user often has to make extensive changes to the code produced and (2) the information provided to the “wizard” is usually not saved; the developer must re-enter the data when re-running the “wizard”.
  • SUMMARY OF THE INVENTION
  • The present invention allows for web-based database applications to be run based on data in a data dictionary. A central web site contains both the application's data and the data dictionary. The present invention includes the following steps and functions:
  • A central web site is set up with a data dictionary, a data base server, programs which produce menus and forms for a data base application, programs which produce menus and forms for the data dictionary maintenance procedures and a project directory.
  • The data dictionary contains information for both the data dictionary maintenance forms and sample application forms. The data base server may have new databases added to it. Programs which produce menus and forms for a database application and perform the functions needed to run the database application such as add, change, and delete records, perform data validation, etc. Programs which produce menus and forms for the data dictionary maintenance procedures perform the functions needed to update the data dictionary and change the application's database structure. A project directory is created dynamically for each database application when a new database project is started.
  • A user opens a web page at a central web site and is led though a series of steps to create the database application. The invention allows for a database application to be created in one of three ways. The user may upload electronic data to a web site. A program on the web site creates a new database for the user and copies the data dictionary tables into the database. A second program on the web site reads the electronic data and updates the data dictionary with information about the database structure and requirements (e.g., table names and properties, field names and properties, index names and properties, relationships among the tables, etc). A third program on the web site then creates the application tables in the database. A fourth program reads the data uploaded by the user and populates the application tables in the database.
  • Alternatively, the web site may contain many sample database applications. The user selects one of the sample applications, and a program on the web site creates a new database application for the user.
  • In another alternative, the user may request that the system create empty database for the application. The user then uses the “application maintenance” programs (see below) to create the application tables and fields.
  • In should be noted that for each of the three approaches described above, a program on the web site creates a directory on the web site for a user's project and copies several files into the directory.
  • The user may start the database application by using a web browser to request a web page in the user's project directory. The application allows the user to enter or change information, view information, select the records to be viewed, and exported, reported, or exported.
  • The present invention provides three methods used by a dynamic web page to create content used in the database application: (1) A program at the web site creates application-specific dynamic web pages based on the data about the application in the data dictionary (these pages are created in the user's project directory whenever the structure of the database or application requirements change). These web pages do not need to refer to the data dictionary when the application is run. (2) The database application uses dynamic web pages which derive all of the information necessary to display the application's web pages from the data dictionary associated with the application. For this method, a standard set of dynamic web pages in the user's project directory read the data dictionary and dynamically create the application's content. (3) A final method uses a combination of the previous two—dynamic web pages are created specifically for the application, but these web pages still need to get information from the data dictionary when creating the web page displayed to the user.
  • An option in the database application allows the user to start the “application maintenance” module. The programs in this module allow the user to upload additional data, update the data dictionary and change the database structure. This includes, but is not limited to, changing the text or images that are to be displayed on the web forms and menus (for buttons, captions, labels, form titles, messages, etc.); changing the fonts and colors to be used to display text on the web forms; where the various items are to be displayed on the form; and specifying programming code that is to be executed when the web application is run.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Features of the present invention will be more apparent from the following description of the preferred embodiments with reference to the accompanying drawings, wherein:
  • FIG. 1 illustrates the main components of a data dictionary-driven web-based database application;
  • FIG. 2 illustrates the components of the system that are contained at the Web site;
  • FIG. 3 illustrates the components used to initialize the data dictionary based on electronic data provided by the user;
  • FIGS. 3A-3G illustrate screen shots of the sequence used to sign up for the service and to upload an electronic copy the data;
  • FIG. 4 illustrates the components used to create the user's database based on the data dictionary;
  • FIG. 5 illustrates the components used to upload the user's data and load the data into the Web site's database;
  • FIG. 6 illustrates the components used to create the web pages for the application;
  • FIG. 7 illustrates the components used to run the database application from the application-specific Web pages;
  • FIG. 8 illustrates the components used to run the database application from the data dictionary;
  • FIGS. 8A-D illustrate screen shots of a data dictionary-driven database application;
  • FIG. 9 illustrates the components used to maintain the data dictionary and user's database;
  • FIGS. 9A-9AK illustrate the screen shots of the various ways the data dictionary and user's database can be maintained;
  • FIG. 10 illustrates the components used to create a copy of the application data;
  • FIG. 11 illustrates the various tables in the data dictionary and how they are related;
  • DETAILED DESCRIPTION
  • In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular techniques, etc. in order to provide a thorough understanding of the present invention. However, it will be apparent to one skilled in the art that the present invention may be practices in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known methods are omitted so as not to obscure the description of the present invention. Web pages described in the present invention are, for the most part, dynamic.
  • A data dictionary-driven web-based database application is illustrated in FIG. 1 and includes a central web site, a plurality of computers and the internet. The central web site includes a data dictionary, application data, and dynamic web pages. Each of the plurality of computers is connected to the internet and runs web browsers to display the application's web pages. The internet connects the plurality of computers to the central web site.
  • The central web site, illustrated in FIG. 2, includes a central directory, a web site data base, an application project directory and an application database. The central directory includes common programs used in creating the database application pages (generic application programs) and maintaining the database requirements and structure (data dictionary maintenance Web programs). The web site data base contains sample applications and data dictionary tables that are used in displaying the web pages which are used to maintain the database requirements and structure. The application project directory (one directory for each project) contains application-specific web pages, generic application web pages, images for displaying on application pages, additional HTML code to be displayed on application web pages, and upload/download directory. The application database contains application data and data dictionary tables associated with the application.
  • The initialization of a data dictionary is illustrated in FIG. 3. Application information is uploaded to the central web site and information is loaded into a data dictionary based on the uploaded application information. The uploaded information is electronic information about the database. A user uploads (1) (or emails) files of electronic data to the central web site. An application program on the central web site reads the files (2) and enters information about the application into a data dictionary (3).
  • The electronic information can be in many forms, including PC-based databases (e.g., Microsoft's Access, FoxPro, dBase, Paradox, etc.), spreadsheets, and text files. The information for the data dictionary can be derived either from the database or spreadsheet (a Microsoft's Access MDB file contains information on table structures, required fields, etc.), or obtained explicitly from electronic data dictionary information. For example, a spread sheet could contain “sheets” for each table, and each “sheet” could contain information about the fields of the corresponding table, etc.
  • The process of signing up for a service and uploading an electronic copy of data is illustrated in FIGS. 3A to 3G. A central web site provides web pages which step or guide a user through the uploading process. A user signs up for service as a new customer (FIG. 3A) and enters information about his/her company (FIG. 3B). The user selects a method for creating the web-based application (uploading a file, creating an application from a template, or starting with an empty database) (FIG. 3C). The central web site creates an account for the user (insuring that the information was filled out properly) (FIG. 3D). The central site also creates a directory for the application, copies in the web pages needed to run the user's application, and creates an empty database (FIG. 3E). The user selects the file to be used to create the application (FIG. 3F), and, the file is uploaded to the central Web site (FIG. 3G). The system reads the uploaded file, determines the database structure, and updates the data dictionary with the information gleaned from the uploaded file. For example, from an Access MDB, the system can determine the name of each table, the name of each field in each table, the specifications of each field (e.g., required, default value, type, size, mask, etc.), the name of each index (and the corresponding fields), and the relationships among the various tables. From a text file (which has the field names in the first record), the system can determine the name of the table, the name of each field in each table, some of the specifications of each field (e.g., type, size, number of decimal places).
  • A database for an application is created as illustrated in FIG. 4. An application program on the central web site reads the data dictionary (4) and creates the database for the application (5). The database could be stored either on a database server (e.g., Oracle, Microsoft's SQL Server, etc.) or on a file server (e.g., Microsoft's Access or FoxPro). It should be noted that if the files that the user uploaded are to be accessed directly by the web application, this step is not necessary.
  • The uploading of a database for an application is illustrated in FIG. 5. A user uploads the files (6) of electronic data to the central web site (when the user signs up for service, the upload in this step is the same as the upload shown in FIG. 3, step 1. This step allows for the user to upload electronic data after the application has been created). An application program on the central web site reads the files (7) and the data dictionary (8) and updates the application's database (9). The electronic data can be in PC-based databases, spreadsheets, text files, or other electronic formats.
  • Creation of web pages for a web application is illustrated in FIG. 6. An application program on the central web site reads the data dictionary (10) and creates the web pages (11) that will be used to run the application on the central web site.
  • The running of an application from the generated pages is illustrated in FIG. 7. The user is provided the URL for the web site. When the user enters the URL in a web browser (12), the main menu for the application is displayed. The user can then select application components to be run and view/change data in the database (13). The data dictionary was used to create the pages for the application but is not used by the application's pages. The sample pages displayed to the users are illustrated in FIGS. 8A-8D.
  • The running of the application from the data dictionary is illustrated in FIG. 8. The user is provided the URL for a web site. When the user enters the URL in a web browser (14), an application program on the central web site (15A, 15B) reads the data dictionary (16) and generates all of the web pages for the application (menus, selection criteria, data, and reports, etc.) as the user requests them, allowing the user to view/change data in the database (17). A web-based application consists of the following components illustrated in FIGS. 8A to 8F.
  • A menu for allowing the user to select the table to be viewed/changed (FIG. 8A). (The list of tables on the menu is based on the records in the “tWebTable” data dictionary where the “table type” field has the value “Primary”). A “list form” that lists a subset of records in the selected table (FIG. 8B). From the list form, the user can specify another subset of record to be displayed, sort the records by any of the column headings, change the number of records displayed on the list form, select a record to view in detail (where it's data can be changed), or display another form (filter, export, report, or new). A “filter form” that allows the user to select the records to be displayed or reviewed (FIG. 8C). A “record form” that allows the user do view the detail for each record, including data in child tables (FIG. 8D). An “export form” that allows the user to export data (FIG. 8E). A “report form” that allows the user to select a report to be run and to specify several aspects of how the report is to be displayed (FIG. 8F).
  • The maintenance of a data dictionary according to exemplary embodiments of the present invention is illustrated in FIG. 9. The user starts the data dictionary maintenance application by selecting the “Admin” button on any “List Form” (18). The programs used in this service allow the user to modify all of the items outlined above: the web application's database structure, database characteristics, web application's components, the text or images that are to be displayed on the web forms and menus, the fonts and colors to be used to display text on the Web forms, where the various items are to be displayed on the form, and programming code that is to be executed when the web application is run. After the user updates the data dictionary (19), the application's web pages are re-generated (20) or the application's database structure is changed (21).
  • FIGS. 9A-9AK illustrate the various menu options and forms that are used to maintain the data dictionary and the structure of the application's database. (Note: where appropriate, each figure shows the figure which will be displayed when the indicated hyperlink or button is selected.) In order to provide security, the user is first prompted for the “Pin” that allows the user to “administer” the system (FIG. 9A). The main “Web Applications Maintenance” menu (FIG. 9B) enables the user to select the type of maintenance that is to be done. Clicking on a menu option (e.g., “Lookup Tables”) displays the next level of menus (e.g., “Lookup Tables”—FIG. 9C). The “Lookup Tables” menu (FIG. 9C) displays links for each lookup table in the application (specified by the value “Lookup” in the “table type” field of the “tWebTable” data dictionary table). When the user selects a table, the system will display forms similar to those shown in FIGS. 8B-8F. The “Application Specifications Maintenance” menu (FIG. 9D) is used to change those aspects of the application which are not related to the structure of the application's database. Clicking on a menu option (e.g., “Site Information”) displays form which allows the user to change the indicated specifications (e.g., “Site Information”—FIG. 9E). The “Web Site Information Entry/Edit” form (FIG. 9E) allows the user to specify/change the name of the organization, the name of the application, etc. The “Applications Tables List” form (FIG. 9F) allows the user to specify the name that will be displayed for each table, the type of each table, the security level required to access each table, etc.
  • When the user selects “Application Table Indices” from the “Application Specifications Maintenance” menu (see FIG. 9D), the “Table Indices Filter” form (FIG. 9G) is displayed, enabling the user to specify for which table the index information is to displayed. The “Table Indices List” form (FIG. 9H) displays information about each index for the selected table and allows the user to specify the name of the index and the order in which it will be displayed. When the user selects “Lookup Fields For Pick Lists” from the “Application Specifications Maintenance” menu (see FIG. 9D), the “Lookup Fields Filter” form (FIG. 91) is displayed, enabling the user to specify for which table the lookup information is to displayed. The “Lookup Fields List” form (FIG. 9J) displays each field in the selected table and allows the user to specify the key field for the table and the fields that will be displayed in pick lists on the various forms. When the user selects “Fields Displayed On Forms” from the “Application Specifications Maintenance” menu (see FIG. 9D), the “Fields Displayed Filter” form (FIG. 9K) is displayed, enabling the user to specify for which table the field display information is to displayed. The “Fields Displayed List” form (FIG. 9H) displays each field in the selected table and allows the user to specify which fields are displayed on each form, the order in which the fields are to be displayed, the spacing for each field on the “Record” and “Filter” forms, etc. When the user selects “Fields Captions” from the “Application Specifications Maintenance” menu (see FIG. 9D), the “Fields Captions Filter” form (FIG. 9M) is displayed, enabling the user to specify for which table the field caption information is to displayed. The “Fields Captions List” form (FIG. 9H) displays each field in the selected table and allows the user to specify the captions to be displayed on each form.
  • When the user selects “Fields Specificatoins” from the “Application Specification Maintenance” menu (see FIG. 9D), the “Fields Specifications Filter” form (FIG. 90) is displayed, enabling the user to specify for which table the field specification information is to displayed. The “Fields Specifications List” form (FIG. 9H) displays each field in the selected table and allows the user to specify whether a field can be updated, if the field is required, the default value, the display size, etc. The “Web Application Maintenance-Buttons and Colors” menu (FIG. 9Q) allows the user to select which set of buttons or colors to change. (FIG. 9Q indicates the figures corresponding to each menu choice).
  • The “Button Text-List Form Entry/Edit” form (FIG. 9R) allows the user to specify the text, tool tip, and picture associated with the buttons on the “List Form”. The “Button Text-Record Form Entry/Edit” form (FIG. 9S) allows the user to specify the text, tool tip, and picture associated with the buttons on the “Record Form”. The “Button Text-Filter Form Entry/Edit” form (FIG. 9T) allows the user to specify the text, tool tip, and picture associated with the buttons on the “Filter Form”. The “Button Text-Other Form Entry/Edit” form (FIG. 9U) allows the user to specify the text, tool tip, and picture associated with the buttons on the “New Form” and “Export Form”.
  • The “Web Color Parameters List” form (FIG. 9V) allows the user to select a record which specifies the colors for one of the components the application. The “Web Color Parameters Entry/Edit” form (FIG. 9W) allows the user to specifies the colors for one of the components the application. The “Change Database Structure” menu (FIG. 9X) allows the user to change the structure of the application's database (add tables, add fields, etc)(FIG. 9X indicates the figures corresponding to each menu choice).
  • Selecting the “Add Tables From System-Wide Data Dictionary” menu option displays the “Add Table List” form (FIG. 9Y). The user then selects which tables to be added from the system-wide data dictionary. The user can also specify that the sample data is to be copied to the application's database. Selecting the “Add A Table” menu option displays the “Add Table Entry/Edit” form (FIG. 9Z). When the user clicks the “Insert” button the data about the table is saved in the data dictionary (the table cannot be created until the fields are specified in the next step). Selecting a “Change Table Structure . . . ” menu option displays the “Field Specifications Filter” form (FIG. 9AA), which allow the user to select the table whose structure will be changed. When the user selects the “Apply Filter” button, the form in FIG. 9AB will be displayed.
  • The “Field Specifications List” form (FIG. 9AA) allows the user to change the structure of a table in the database. For each new or existing field, the user can specify the field type, field size, index type, and the lookup table associated with the field (if any). When the user selects the “Save” button, the system changes the database structure of the table, indices, and/or relationships. Selecting the “Remove Tables” menu option displays the “Remove Tables List” form (FIG. 9AC). When the user selects the “Save” button, the system will delete the tables selected by the user. Selecting the “Remove Fields” menu option displays the “Remove Fields Filter” form (FIG. 9AD), which allow the user to select the table from which fields will be deleted. When the user selects the “Apply Filter” button, the form in FIG. 9AE will be displayed.
  • The “Remove Fields List” form (FIG. 9AF) allows the user to specify the fields to be removed from the selected table. When the user selects the “Save” button, the system will change the table structure and remove the selected fields. The system will also remove any indices and relationships associated with the deleted fields. Selecting the “Remove Indices” menu option displays the “Remove Indices Filter” form (FIG. 9AG), which allow the user to select the table from which indices will be deleted. When the user selects the “Apply Filter” button, the form in FIG. 9AH will be displayed.
  • The “Remove Indices List” form (FIG. 9AH) allows the user to specify the indices to be removed from the selected table. When the user selects the “Save” button, the system will change the table structure and remove the selected indices. The system will also remove any relationships associated with the deleted indices.
  • Selecting the “Remove Relationships” menu option displays the “Remove Relationships Filter” form (FIG. 9AI), which allow the user to select the table from which relationships will be deleted. When the user selects the “Apply Filter” button, the form in FIG. 9AJ will be displayed. The “Remove Relationships List” form (FIG. 9AJ) allows the user to specify the relationships to be removed from the selected table. When the user selects the “Save” button, the system will remove the selected relationships. The “Upload Application Data” form allows the user to upload electronic information (an Access MDB or text file) which contains information that can be user to (1) replace the existing application, replace the existing data, append the data to the corresponding tables, or (4) add new tables to the database. The form also allows the user to upload graphics that will be displayed on the Web pages for the application.
  • The creation of a copy of the application data for downloading is illustrated in FIG. 10. An application program on the central Web site reads the data dictionary (22) and creates a Microsoft Access MDB (in the Upload/Download directory)(23) with all of the tables in the application's database (data dictionary tables are not included). Another program then copies the data from the application's database to the Access database (24). The user can then download the Access database.
  • Tables in the data dictionary are illustrated in FIG. 11. The data dictionary consists of many inter-related tables. They are described below:
    Tables One record for each - the name of the table, the text to
    display on Web forms when referring to the table, the
    security level required for user access to the table, etc
    Table Types Categorizes the tables in the application (“primary”,
    “detail”, etc.)
    Fields One record for each field in each table - the name of the
    field, the text to display on Web forms when referring to
    the field, the security level required for user access to the
    field, the field type, etc
    Field Type Types of fields in the database (“numeric”, “date”,
    “character”, etc.)
    Index Type Type of index for a field (“unique” or “indexed”)
    Filter Type Type of filter for the field on the filter form “number”,
    “range”, “word”, etc.
    Field Events Specifies the code to be executed when an “event’ (e.g.,
    data changed) associated with the field is “triggered”
    Index One record for each index for each table (name of index,
    fields in the index, sorted ascending, etc)
    Relationship One record for each relationship between two tables (names
    of the tables, fields in the relationship, type of relationship,
    etc.)
    Accessible Security level required to display a table or field (“Read”,
    “Update”, “Administer” or “None”)
    Relationship Specifies the which “drill down” buttons are to be displayed
    Drill Down for child tables when a primary record is displayed
    Forms One record for each of the forms used in the “Applications
    Maintenance” part of the system (can also be used to
    develop forms for an application). Specifies the initial form
    to be displayed, the buttons to be displayed, the default sort
    order, etc.
    Form Fields One record for each field on a form. Contains the same
    fields as the “Fields” table
    Child Tables For forms with child tables, contains information about how
    the data in the table is to be displayed, any “filter” informa-
    tion for the child table, etc.
    Applications One record for each sample application
    Application One record for each table in each sample application
    Tables
    Application One record for each field in each table in each sample
    Fields application
  • The foregoing has described the principles, preferred embodiments and modes of operation of the present invention. However, the invention should not be construed as being limited to the particular embodiments described above. The above-described embodiments should be regarded as illustrative rather than restrictive, and it should be appreciated that variations may be made in those embodiments by those skilled in the art without departing from the scope of the present invention as defined by the following claims.

Claims (51)

1-18. (canceled)
19. A method for providing a network-based database system comprising:
receiving at least information regarding the structure and/or organization of a plurality of data items relating to an application;
storing in a data dictionary the structure and/or organization of the data items;
building and/or updating and/or running said application based at least on said information regarding the structure and/or organization of the data items, wherein said application comprises at least one non-static application page; and
permitting a user to provide at least a portion of said data items by at least one method selected from the group consisting of: uploading, emailing, or providing a file on a network, creating an application from a template, entering structure and/or organization information of the data items on a form in a network-based computer application, and entering structure and/or organization information of the data items on a form in a web browser;
wherein said data dictionary contains at least information regarding the presentation of the data items on said non-static application page.
20. A method as claimed in claim 19, wherein at least a portion of the data items and/or said information regarding the structure and/or organization of said plurality of data items is in a format selected from the group consisting of: a text file, a binary file, a comma-delimited file, a Microsoft Access file, a FoxPro file, a dBase file, a Paradox file, a SQL server file, an Oracle file, a database application file, a Microsoft Excel file, a spreadsheet file, an HTML file, a schema file for a relational database, and a word processor file.
21. A method as claimed in claim 19, wherein at least one said non-static application page comprises and/or generates text and/or data in at least one format selected from the group consisting of: SGML, HTML, XML, programming code, Java, plain text, font data, color data, and graphic file data.
22. A method as claimed in claim 19, wherein at least a portion of said data items and/or said information regarding the structure and/or organization of said plurality of data items is received via the Internet, a local area network, or a wide area network, and/or through a web browser or a network-based computer application.
23. A method as claimed in claim 19, further comprising permitting a user using a web browser or a network-based computer application to effect the creation, modification, and/or deletion of said at least one non-static application page.
24. A method as claimed in claim 19, further comprising transmitting said at least one non-static application page to an end user for display and/or download and/or execution.
25. A network-based database system comprising:
a network interface adapted to receive at least information regarding the structure and/or organization of a plurality of data items;
an engine for storing in a data dictionary the structure and/or organization of the data items; and
an engine for building and/or updating and/or running said application based at least on said information regarding the structure and/or organization of the data items, wherein said application comprises at least one non-static application page;
wherein said database system is adapted to permit a user to provide at least a portion of said data items by at least one method selected from the group consisting of: uploading, emailing, or providing a file on a network, creating an application from a template, entering structure and/or organization information of the data items on a form in a network-based computer application, and entering structure and/or organization information of the data items on a form in a web browser; and
wherein said data dictionary contains at least information regarding the presentation of the data items on said non-static application page.
26. A system as claimed in claim 25, wherein at least a portion of said data items and/or said information regarding the structure and/or organization of said plurality of data items is in a format selected from the group consisting of: a text file, a binary file, a comma-delimited file, a Microsoft Access file, a FoxPro file, a dBase file, a Paradox file, a SQL server file, an Oracle file, a database application file, a Microsoft Excel file, a spreadsheet file, an HTML file, a schema file for a relational database, and a word processor file.
27. A system as claimed in claim 25, wherein at least one said non-static application page comprises and/or generates text and/or data in at least one format selected from the group consisting of: SGML, HTML, XML, programming code, Java, plain text, font data, color data, and graphic file data.
28. A system as claimed in claim 25, wherein at least a portion of said data items and/or said information regarding the structure and/or organization of said plurality of data items is received via the Internet, a local area network, or a wide area network, and/or through a web browser or a network-based computer application.
29. A system as claimed in claim 25, wherein said database system is further adapted to permit a user using a web browser or a network-based computer application to effect the creation, modification, and/or deletion of said at least one non-static application page.
30. A system as claimed in claim 25, wherein said database system is further adapted to transmit said at least one non-static application page to an end user for display and/or download and/or execution.
31. A network-based database system comprising:
a network interface adapted to receive application data relating to an application, wherein said application data contains both data items and information regarding the structure and/or organization of said data items;
an engine for building and/or updating a data dictionary based, at least, on the data items of said application data received via said network interface;
an engine for building and/or updating and/or running said application, wherein said application comprises at least one non-static application page; and
storage for said received application data, said data dictionary, and said at least one non-static application page;
wherein said engine for building and/or updating and/or running said application employs information in said data dictionary and at least a portion of the data items of said application data to build and/or update and/or run said at least one non-static application page;
wherein said data dictionary contains at least information regarding the presentation of said data items on said non-static application page; and
wherein said database system is adapted to permit a user to provide at least a portion of said application data by at least one method selected from the group consisting of: uploading, emailing, or providing a file on a network, creating an application from a template, entering structure and/or organization information of the data items on a form in a network-based computer application, and entering structure and/or organization information of the data items on a form in a web browser.
32. A system as claimed in claim 31, wherein at least a portion of said application data is in a format selected from the group consisting of: a text file, a binary file, a comma-delimited file, a Microsoft Access file, a FoxPro file, a dBase file, a Paradox file, a SQL server file, an Oracle file, a database application file, a Microsoft Excel file, a spreadsheet file, an HTML file, a schema file for a relational database, and a word processor file.
33. A system as claimed in claim 31, wherein at least one said non-static application page comprises and/or generates text and/or data in at least one format selected from the group consisting of: SGML, HTML, XML, programming code, Java, plain text, font data, color data, and graphic file data.
34. A system as claimed in claim 31, wherein at least a portion of said application data is received via the Internet, a local area network, or a wide area network, and/or through a web browser or a network-based computer application.
35. A system as claimed in claim 31, wherein said database system is further adapted to permit a user using a web browser or a network-based computer application to effect the creation, modification, and/or deletion of said at least one non-static application page.
36. A system as claimed in claim 31, wherein said database system is further adapted to transmit said at least one non-static application page to an end user for display and/or download and/or execution.
37. A method for providing a network-based database system comprising:
receiving application data relating to an application, wherein said application data contains both data items and information regarding the structure and/or organization of said data items;
building and/or updating a data dictionary based, at least, on the data items of said application data; and
building and/or updating and/or running said application based on information in said data dictionary and at least a portion of the data items of said application data, wherein said application comprises at least one non-static application page;
wherein said data dictionary contains at least information regarding the presentation of said data items on said non-static application page; and
further comprising permitting a user to provide at least a portion of said application data by at least one method selected from the group consisting of: uploading, emailing, or providing a file on a network, creating an application from a template, entering structure and/or organization information of the data items on a form in a network-based computer application, and entering structure and/or organization information of the data items on a form in a web browser.
38. A method as claimed in claim 37, wherein at least a portion of said application data is in a format selected from the group consisting of: a text file, a binary file, a comma-delimited file, a Microsoft Access file, a FoxPro file, a dBase file, a Paradox file, a SQL server file, an Oracle file, a database application file, a Microsoft Excel file, a spreadsheet file, an HTML file, a schema file for a relational database, and a word processor file.
39. A method as claimed in claim 37, wherein at least one said non-static application page comprises and/or generates text and/or data in at least one format selected from the group consisting of: SGML, HTML, XML, programming code, Java, plain text, font data, color data, and graphic file data.
40. A method as claimed in claim 37, wherein at least a portion of said application data is received via the Internet, a local area network, or a wide area network, and/or through a web browser or a network-based computer application.
41. A method as claimed in claim 37, further comprising permitting a user using a web browser or a network-based computer application to effect the creation, modification, and/or deletion of said at least one non-static application page.
42. A method as claimed in claim 37, further comprising transmitting said at least one non-static application page to an end user for display and/or download and/or execution.
43. A method for providing a network-based database system comprising:
receiving application data relating to an application, wherein said application data contains data items and does not contain information regarding the structure and/or organization of said data items;
determining and storing in a data dictionary the structure and/or organization of the data items of said application data; and
building and/or updating and/or running said application based on the determined structure and/or organization of the data items stored in said data dictionary and at least a portion of said data items, wherein said application comprises at least one non-static application page;
wherein said data dictionary contains at least information regarding the presentation of said data items on said non-static application page; and
further comprising permitting a user to provide at least a portion of said application data by at least one method selected from the group consisting of: uploading, emailing, or providing a file on a network, creating an application from a template, entering structure and/or organization information of the data items on a form in a network-based computer application, and entering structure and/or organization information of the data items on a form in a web browser.
44. A network-based database system comprising:
a network interface adapted to receive application data relating to an application, wherein said application data contains data items and does not contain information regarding the structure and/or organization of said data items;
an engine for determining and storing in a data dictionary the structure and/or organization of the data items of said application data received via said network interface;
an engine for building and/or updating and/or running said application, wherein said application comprises at least one non-static application page; and
storage for said received application data and said at least one non-static application page;
wherein said engine for building and/or updating and/or running said application employs said determined structure and/or organization of the data items stored in said data dictionary and at least a portion of the data items of said application data to build and/or update and/or run said at least one non-static application page;
wherein said data dictionary contains at least information regarding the presentation of said data items on said non-static application page; and
wherein said database system is adapted to permit a user to provide at least a portion of said application data by at least one method selected from the group consisting of: uploading, emailing, or providing a file on a network, creating an application from a template, entering structure and/or organization information of the data items on a form in a network-based computer application, and entering structure and/or organization information of the data items on a form in a web browser.
45. A method for providing a network-based database system comprising:
receiving application data relating to an application, wherein said application data contains at least data items;
if said application data further contains structure and/or organization information of said data items, building and/or updating a data dictionary based on said application data and said structure and/or organization information of said items;
if said application data does not contain structure and/or organization information of said data items, building and/or updating a data dictionary by determining the structure and/or organization information of said data items of said application data;
building and/or updating and/or running said application based on information in said data dictionary and at least a portion of said application data, wherein said application comprises at least one non-static application page;
wherein said data dictionary contains at least information regarding the presentation of said data items on said non-static application page; and
further comprising permitting a user to provide at least a portion of said application data by at least one method selected from the group consisting of: uploading, emailing, or providing a file on a network, creating an application from a template, entering structure and/or organization information of the data items on a form in a network-based computer application, and entering structure and/or organization information of the data items on a form in a web browser.
46. A network-based database system comprising:
a network interface adapted to receive, via a network, application data relating to an application, wherein said application data contains at least data items;
an engine for building and/or updating a data dictionary based on structure and/or organization information of said data items received via said network interface;
an engine for building and/or updating a data dictionary by determining the structure and/or organization information of said data items of said application data, if said application data does not contain structure and/or organization information of said data items;
an engine for building and/or updating and/or running said application, wherein said application comprises at least one non-static application page; and
storage for said received data items of said application data, said data dictionary, and said at least one non-static application page;
wherein said engine for building and/or updating and/or running said application employs information in said data dictionary and at least a portion of said application data to build and/or update and/or run said at least one non-static application page;
wherein said data dictionary contains at least information regarding the presentation of said data items on said non-static application page; and
wherein said database system is adapted to permit a user to provide at least a portion of said application data by at least one method selected from the group consisting of: uploading, emailing, or providing a file on a network, creating an application from a template, entering structure and/or organization information of the data items on a form in a network-based computer application, and entering structure and/or organization information of the data items on a form in a web browser.
47. A method for permitting a user to create an application, said method comprising:
permitting a user to select an application template from among a plurality of application templates, each said application template prepopulated with information regarding the structure and/or organization of a plurality of data items relating to a respective application;
storing in a data dictionary the structure and/or organization of the data items corresponding to said selected application template; and
building and/or updating and/or running said application based on the structure and/or organization of the data items, wherein said application comprises at least one non-static application page; and
permitting a user to provide at least a portion of said data items and/or said information regarding the structure and/or organization of said data items by at least one method selected from the group consisting of: uploading, emailing, or providing a file on a network, creating an application from a template, entering structure and/or organization information of the data items on a form in a network-based computer application, and entering structure and/or organization information of the data items on a form in a web browser;
wherein said data dictionary contains at least information regarding the presentation of the data items on said non-static application page.
48. A method as claimed in claim 47, wherein at least one said non-static application page comprises and/or generates text and/or data in at least one format selected from the group consisting of: SGML, HTML, XML, programming code, Java, plain text, font data, color data, and graphic file data.
49. A method as claimed in claim 47, wherein at least a portion of said data items and/or said information regarding the structure and/or organization of said data items is received via the Internet, a local area network, or a wide area network, and/or through a web browser or a network-based computer application.
50. A method as claimed in claim 47, further comprising permitting a user using a web browser or a network-based computer application to effect the creation, modification, and/or deletion of said at least one non-static application page.
51. A method as claimed in claim 47, further comprising transmitting said at least one non-static application page to an end user for display and/or download and/or execution.
52. A network-based application creation system comprising:
an engine for permitting a user to select an application template from among a plurality of application templates, each said application template prepopulated with information regarding the structure and/or organization of a plurality of data items relating to an application;
an engine for storing in a data dictionary the structure and/or organization of the data items corresponding to said selected application template; and
an engine for building and/or updating and/or running said application based on the structure and/or organization of the data items, wherein said application comprises at least one non-static application page;
wherein said database system is adapted to permit a user to provide at least a portion of said data items and/or said information regarding the structure and/or organization of said data items by at least one method selected from the group consisting of: uploading, emailing, or providing a file on a network, creating an application from a template, entering structure and/or organization information of the data items on a form in a network-based computer application, and entering structure and/or organization information of the data items on a form in a web browser; and
wherein said data dictionary contains at least information regarding the presentation of the data items on said non-static application page.
53. A system as claimed in claim 52, wherein at least one said non-static application page comprises and/or generates text and/or data in at least one format selected from the group consisting of: SGML, HTML, XML, programming code, Java, plain text, font data, color data, and graphic file data.
54. A system as claimed in claim 52, wherein at least a portion of said data items and/or said information regarding the structure and/or organization of said data items is received via the Internet, a local area network, or a wide area network, and/or through a web browser or a network-based computer application.
55. A system as claimed in claim 52, wherein said database system is further adapted to permit a user using a web browser or a network-based computer application to effect the creation, modification, and/or deletion of said at least one non-static application page.
56. A system as claimed in claim 52, wherein said database system is further adapted to transmit said at least one non-static application page to an end user for display and/or download and/or execution.
57. A method for permitting a user to create an application comprising:
permitting a user to select an application template from among a plurality of application templates, each said application template comprising at least one non-static application page residing in an original location;
copying said at least one non-static application page from said original location to a new directory associated with the application; and
executing the copy of said at least non-static application page from said new directory.
58. A method as claimed in claim 57, further comprising creating a database for storing data items relating to the copy of said at least non-static application page.
59. A method as claimed in claim 57, wherein the copy of said at least one non-static application page comprises and/or generates text and/or data in at least one format selected from the group consisting of: SGML, HTML, XML, programming code, Java, plain text, font data, color data, and graphic file data.
60. A method as claimed in claim 57, wherein said execution of the copy of said at least non-static application page is performed via the Internet, a local area network, or a wide area network, and/or through a web browser or a network-based computer application.
61. A method as claimed in claim 57, further comprising permitting a user using a web browser or a network-based computer application to effect the creation, modification, and/or deletion of the copy of said at least one non-static application page.
62. A method as claimed in claim 57, further comprising transmitting the copy of said at least one non-static application page to an end user for display and/or download and/or execution.
63. A network-based application creation system comprising:
an engine for permitting a user to select an application template from among a plurality of application templates, each said application template comprising at least one non-static application page residing in an original location;
an engine for copying said at least one non-static application page from said original location to a new directory associated with the application; and
an engine for executing the copy of said at least one non-static application page from said new directory.
64. A system as claimed in claim 63, further comprising an engine for creating a database for storing data items relating to the copy of said at least non-static application page.
65. A method as claimed in claim 63, wherein the copy of said at least one non-static application page comprises and/or generates text and/or data in at least one format selected from the group consisting of: SGML, HTML, XML, programming code, Java, plain text, font data, color data, and graphic file data.
66. A method as claimed in claim 63, wherein said execution of the copy of said at least non-static application page is performed via the Internet, a local area network, or a wide area network, and/or through a web browser or a network-based computer application.
67. A method as claimed in claim 63, further comprising an engine for permitting a user using a web browser or a network-based computer application to effect the creation, modification, and/or deletion of the copy of said at least one non-static application page.
68. A method as claimed in claim 63, further comprising an engine for transmitting the copy of said at least one non-static application page to an end user for display and/or download and/or execution.
US10/967,577 2000-10-11 2004-10-18 Method of providing data dictionary-driven web-based database applications Abandoned US20050086221A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/967,577 US20050086221A1 (en) 2000-10-11 2004-10-18 Method of providing data dictionary-driven web-based database applications

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/685,584 US6832226B1 (en) 2000-10-11 2000-10-11 Method of providing data dictionary-driven web-based database applications
US10/967,577 US20050086221A1 (en) 2000-10-11 2004-10-18 Method of providing data dictionary-driven web-based database applications

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/685,584 Continuation US6832226B1 (en) 2000-10-11 2000-10-11 Method of providing data dictionary-driven web-based database applications

Publications (1)

Publication Number Publication Date
US20050086221A1 true US20050086221A1 (en) 2005-04-21

Family

ID=33490989

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/685,584 Expired - Fee Related US6832226B1 (en) 2000-10-11 2000-10-11 Method of providing data dictionary-driven web-based database applications
US10/967,577 Abandoned US20050086221A1 (en) 2000-10-11 2004-10-18 Method of providing data dictionary-driven web-based database applications

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/685,584 Expired - Fee Related US6832226B1 (en) 2000-10-11 2000-10-11 Method of providing data dictionary-driven web-based database applications

Country Status (1)

Country Link
US (2) US6832226B1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070074120A1 (en) * 2005-09-09 2007-03-29 Microsoft Corporation Integration rich client views in server presentations
US20070192358A1 (en) * 1999-08-31 2007-08-16 International Business Machines Corporation Workflow management system for generating output material based on customer input
US20080040390A1 (en) * 2006-03-31 2008-02-14 3E Company Enviornmental, Ecological And Engineering Vendor msds management and regulatory compliance systems and methods
US20110026042A1 (en) * 2009-08-03 2011-02-03 Printable Technologies, Inc. Apparatus & methods for image processing optimization for variable data printing
US9063921B1 (en) * 2005-08-10 2015-06-23 Printable Technologies, Inc. System and method for distributed design of a variable data publication

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5983227A (en) * 1997-06-12 1999-11-09 Yahoo, Inc. Dynamic page generator
US7334031B2 (en) 2001-01-12 2008-02-19 Siemens Medical Solutions Health Services Corporation System and user interface supporting processing and activity management for concurrently operating applications
US7043752B2 (en) * 2001-01-12 2006-05-09 Siemens Medical Solutions Health Services Corporation System and user interface supporting concurrent application initiation and interoperability
US7103666B2 (en) * 2001-01-12 2006-09-05 Siemens Medical Solutions Health Services Corporation System and user interface supporting concurrent application operation and interoperability
US7194473B1 (en) * 2002-02-15 2007-03-20 Oracle International Corporation Application platform development environment
US20040002899A1 (en) * 2002-06-26 2004-01-01 Morten Overgaard System and method for handling forms for information
JP2004094923A (en) * 2002-07-12 2004-03-25 Hitachi Ltd Crm system, portal site creation method, and portal site creation support program
US20050050450A1 (en) * 2003-09-03 2005-03-03 Win-Harn Liu Web table editing method using table items lists
US8028270B2 (en) * 2006-11-10 2011-09-27 International Business Machines Corporation Data dictionary file based source code generation method and system
US8082294B2 (en) 2007-06-27 2011-12-20 Concept Solutions, Llc Methods and systems for providing web applications
CN101400043B (en) * 2007-09-25 2010-11-24 中兴通讯股份有限公司 Method and system for consistency comparison of front-background data in mobile communication system
US10248412B2 (en) * 2016-09-20 2019-04-02 Microsoft Technology Licensing, Llc Sharing applications by modifying attributes
US20200012745A1 (en) * 2018-07-09 2020-01-09 Simon I. Bain System and Method for Secure Data Management and Access Using Field Level Encryption and Natural Language Understanding

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6016394A (en) * 1997-09-17 2000-01-18 Tenfold Corporation Method and system for database application software creation requiring minimal programming
US6362836B1 (en) * 1998-04-06 2002-03-26 The Santa Cruz Operation, Inc. Universal application server for providing applications on a variety of client devices in a client/server network
US6230157B1 (en) * 1997-11-25 2001-05-08 International Business Machines Corporation Flattening complex data structures in Java/Javascript objects
WO1999042942A1 (en) * 1998-02-23 1999-08-26 Ron Ribitzky Component based object-relational database infrastructure and user interface
US6345278B1 (en) * 1998-06-04 2002-02-05 Collegenet, Inc. Universal forms engine

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070192358A1 (en) * 1999-08-31 2007-08-16 International Business Machines Corporation Workflow management system for generating output material based on customer input
US8452809B2 (en) * 1999-08-31 2013-05-28 International Business Machines Corporation Workflow management system for generating output material based on customer input
US9063921B1 (en) * 2005-08-10 2015-06-23 Printable Technologies, Inc. System and method for distributed design of a variable data publication
US10922473B1 (en) 2005-08-10 2021-02-16 Pti Marketing Technologies Inc. System and method for distributed design of a variable data publication
US20070074120A1 (en) * 2005-09-09 2007-03-29 Microsoft Corporation Integration rich client views in server presentations
US7475075B2 (en) 2005-09-09 2009-01-06 Microsoft Corporation Integration rich client views in server presentations
US20080040390A1 (en) * 2006-03-31 2008-02-14 3E Company Enviornmental, Ecological And Engineering Vendor msds management and regulatory compliance systems and methods
US20110026042A1 (en) * 2009-08-03 2011-02-03 Printable Technologies, Inc. Apparatus & methods for image processing optimization for variable data printing
US8670149B2 (en) 2009-08-03 2014-03-11 Printable Technologies Inc. Apparatus and methods for image processing optimization for variable data printing
US9753677B2 (en) 2009-08-03 2017-09-05 Pti Marketing Technologies Inc. Apparatus and methods for image processing optimization for variable data printing

Also Published As

Publication number Publication date
US6832226B1 (en) 2004-12-14

Similar Documents

Publication Publication Date Title
US6832226B1 (en) Method of providing data dictionary-driven web-based database applications
US8127224B2 (en) System for creating and editing mark up language forms and documents
US6429880B2 (en) Method and apparatus for binding user interface objects to application objects
US7991805B2 (en) System for viewing and indexing mark up language messages, forms and documents
US7660805B2 (en) Method of generating data servers for heterogeneous data sources
US6448981B1 (en) Intermediate user-interface definition method and system
US20070282869A1 (en) Automatically generating web forms from database schema
US20020156808A1 (en) Method and system for providing task information in a place
JP2005530241A (en) Method and system for managing styles of electronic documents
JP2010191996A (en) System and method for managing dynamic content assembly
US8239754B1 (en) System and method for annotating data through a document metaphor
JP5683341B2 (en) Integrated data management system and client terminal
US20060218164A1 (en) Document management device and document management program
US20070094289A1 (en) Dynamic, hierarchical data exchange system
US7322006B1 (en) Integrated document management system, document retrieval device, and a computer-readable recording medium with a document retrieval program recorded therein
DuBois et al. MySQL 5.0 certification study guide
Coles Pro T-SQL 2008 programmer's guide
Zoller et al. WEBCON: a toolkit for an automatic, data dictionary based connection of databases to the WWW
Bryzek Site-wide templates for Internet sites
Adelfio et al. Oracle Application Express Application Migration Guide, Release 3.2 E12509-02
Cho et al. Oracle Application Express Application Migration Guide, Release 4.2 E35126-05
Adelfio et al. Oracle Application Express Application Migration Guide, Release 3.2 E12509-01
Cho et al. Oracle Application Express Application Migration Guide, Release 4.1 E21675-01
Tiffany et al. ActiveSync

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION