WO2002059793A2 - System and method for generating automatic user interface for arbitrarily complex or large databases - Google Patents

System and method for generating automatic user interface for arbitrarily complex or large databases Download PDF

Info

Publication number
WO2002059793A2
WO2002059793A2 PCT/US2001/042867 US0142867W WO02059793A2 WO 2002059793 A2 WO2002059793 A2 WO 2002059793A2 US 0142867 W US0142867 W US 0142867W WO 02059793 A2 WO02059793 A2 WO 02059793A2
Authority
WO
WIPO (PCT)
Prior art keywords
string
database
null
tables
relationships
Prior art date
Application number
PCT/US2001/042867
Other languages
English (en)
French (fr)
Other versions
WO2002059793A3 (en
Inventor
Michael Philip Kaufman
Micah Philip Silverman
Original Assignee
Michael Philip Kaufman
Micah Philip Silverman
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
Application filed by Michael Philip Kaufman, Micah Philip Silverman filed Critical Michael Philip Kaufman
Priority to CA002427354A priority Critical patent/CA2427354A1/en
Priority to EP01994070A priority patent/EP1364313A2/en
Publication of WO2002059793A2 publication Critical patent/WO2002059793A2/en
Publication of WO2002059793A3 publication Critical patent/WO2002059793A3/en
Priority to US10/428,209 priority patent/US7318066B2/en
Priority to US12/930,849 priority patent/US8161081B2/en
Priority to US13/385,913 priority patent/US8775478B2/en
Priority to US14/324,414 priority patent/US10025801B2/en
Priority to US16/034,696 priority patent/US10977220B2/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/26Visual data mining; Browsing structured data
    • 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/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99934Query formulation, input preparation, or translation
    • 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/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99935Query augmenting and refining, e.g. inexact access
    • 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 to the field of data processing, and more particularly to relational computer databases, and to systems and methods for automatically generating without any custom programming a user interface for the database, and/ or a complete application utilizing the database.
  • Modern databases - and in particular, complex or large databases which serve many concurrent users - are constructed as “client/ server” or “n-tier” (client/server/server) systems, wherein specialized components perform separate (and carefully delineated) functions.
  • client/ server or "n-tier” (client/server/server) systems
  • specialized components perform separate (and carefully delineated) functions.
  • RDBMS relational database management system
  • Such systems are generally composed of a "back-end” relational database management system (RDBMS) - which maintains o and manipulates information according to requests submitted by other components or software processes (or expert human administrators) via open-standard query Ian- guages (i.e., SQL) - nd a "front-end” presentation ates the end-users' work with the back-end data.
  • RDBMS relational database management system
  • Developing such a database system consists both in defining the organizational structure to be used by the back-end for storing data (that is, the complement of tables which store data, and the relational links between these tables) - known as a "schema” or “data model” - and in building a front-end program (or "application”) via which end-users can manipulate this data (and which communicates with the back-end on the users' behalf).
  • data that is, the complement of tables which store data, and the relational links between these tables
  • a front-end program or "application”
  • the back- and front-end components must be closely synchronized and reflect similar structures, these respective development efforts are typi- cally rather separate - with the requisite synchronization and parallels in structuring being effected only manually.
  • front-end applications is generally undertaken using conventional third- or fourth-generation computer languages, which require by- hand coding at a very low level of functionality.
  • Current tools for easing the develop- ment burden are limited to fairly specific (and, still, fairly low-level) uses - among them, providing more-sophisticated or "richer” controls for manipulating individual data elements; associating individual user-interface elements with specific back-end storage locations; or - at best - offering "form generator” or "wizard” facilities to automatically generate the code for a simple UI display which manipulates a single under- lying (back-end) data table.
  • UI user interface
  • the application so presented reveals (and enforces) the relational/ hierarchical organization among the tables within the back-end via smoothly integrated UI mechanisms which are embedded directly into the base-table screen displays - providing a natural, powerful, and easy-to-use environment for managing complex data relationships and interactions.
  • One embodiment (the "reference implementation") of the present invention achieves these and other objects by providing a system, currently written in Java and JSP, which automatically and dynamically ("on-the-fly") generates (in HTML, Javascript, and HTTP/ CGI code), a fully functional UI system, based upon, and connected directly to, the underlying data model (as instantiated within an Oracle ⁇ i SQL RDBMS).
  • the UI is built based on an automated interrogation of the RDBMS, either as needed (on-the-fly) or by building an in-memory representation of the data model.
  • the generated UI comprises all mode displays (e.g., browse, search, edit, and add) for all tables, and a full complement of mechanisms, integrated into the mode displays for representing, navigating, and managing relationships across tables.
  • This embodiment has the capability of creating such a UI where the underlying RDBMS is complex and comprises a plurality of tables, constraints, and rel til sffifJslJHriiffllifee ⁇ , feii » lfy ⁇ Mohi-&al "context stack" for maintaining (and suspending) the working state of a particular table (comprising selected record, display "mode", pending form-field entries, in-effect search-filter parameters, Browse-mode scroll position, and any filter constraints im- posed from above stack contexts) while “drilling down” across relationships to work with related information (in a possibly constrained working context) and returning relevant changes to the parent-context table, and a corresponding UI convention for displaying and navigating this stack.
  • the embodiment provides a set of rules for traversing/navigating the context stack. It further provides naming conventions and anno- tational methods for enhancing and extending the representation of table structures, constraints, and relationships within the back-end so as to more fully support revelation of the schema structure through external interrogation.
  • FIG. 1 is a normal "browse mode" display from the reference implementation.
  • FIG. 2 is a normal "search mode" display from the reference implementation .
  • FIG. 3 is a normal "edit mode" display from the reference implementation .
  • FIG.4 is a normal "add mode" display from the reference implementation.
  • FIG. 5 is a diagram of the demonstration RDBMS schema from the reference im- plementation.
  • FIG. 6 is a diagram of the relationship types comprised in the paradigm of the present invention.
  • FIG. 7 is an annotated screen dump showing the active elements in a "browse mode” display.
  • FIG. 8 is an annotated screen dump showing* e ⁇ eti ⁇ "add” or "search” mode display.
  • FIGs. 9A - 9E show an exemplary "master/ detail drill-down" and a doubly- constrained subordinate table search as rendered in the reference implementation.
  • the preferred embodiment of the invention corresponds in most respects to an implementation of the invention being developed under the trademark SCHEMALIVETM which is herein referred to as the "reference implementation.”
  • the preferred embodiment is further represented substantially in full by the reference-implementation source code files, documentation and scripts in the appendices accompanying and incorporated by reference into this application, as further described in the text that follows.
  • the preferred embodiment includes in addition some further developments which are herein described which have not as yet been rendered in the reference implementation.
  • the preferred embodiment operates in accordance with a comprehensive and formal- ized paradigm for presenting a(n end-)user interface to any arbitrarily large or complex relational database schema (or "data model”), as represented via generally accepted data-modeling conventions (comprising the explicit declaration of any cross-table "ref- erential integrity" [ET] constraints, and full explo a €6r ⁇ 'r ⁇ f ⁇ afa le, fi*i ⁇ FK B S datatype- and constraint-attribute declaration mechanisms) and instantiated within a commercial-grade SQL RDBMS engine (Oracle ⁇ i, for example, in the reference implementation).
  • the paradigm encompasses: • A set of “modes” for interacting with a(ny) given database table (which modes, taken together, cover all desired end-user operations which may be effected upon such tables), and a corresponding display format ("screen” or “window” architecture) for each mode.
  • modes comprise:
  • a TITLE BAR which indicates current mode, current table, context- constraint (if any), and filter indicator (if search-filter is in effect)
  • a TABLE-NAVIGATION HEADER which provides direct "random access" to any system table, in either Browse or Search mode, via either a full (dropdown)-list of all (available) system tables or a short list of (clickable) "quick links" to key tables. Use of this header will also reset (and abandon) any nested stack-contexts in effect
  • a CONTEXT-STACK DISPLAY which indicates the active table and mode at each level in the context stack (described below), and also allows direct navigation ("pop-up") to any suspended (“higher”) stack-level (with abandonment of all lower levels)
  • a MODE-NAVIGATION BAR which allows the user to move amongst the various available mode displays for the current working table ( ⁇ T" stack level").
  • the list of av$ilt1 li '' ni «s according to both the user's access rights (described below) and the current state of the working session (i.e., whether a search-filter is currently in effect).
  • the full list of possible mode-navigation options is: FULL BROWSE, FILTERED BROWSE, NEW SEARCH, REVISED SEARCH, and ADD.
  • FILTERED BROWSE and REVISED SEARCH appear only when a search-filter is currently in effect; if so, the former restores a Browse-mode display with the most recent filter and scroll- position, while the latter pre-populates a Search-mode display with the current filter parameters
  • DELETE capability is also readily incorporated - as either (or both) true record-removal from the underlying table, and/ or record "flagging" for UI suppression (with continued underlying-table record retention) - simply by adding (according to the user's access rights, potentially) another pushbutton within the Edit-mode display
  • a set of rules and methods for moving among the modes (and, hence, displays) for a given table comprising:
  • MASTER DETAIL (a.k.a. "parent/ child” or "one-to-many")
  • the paradigm specifies a "default" behavior for determining this name field within the foreign-table record, based (optionally) upon a combination of field-naming conventions, field datatype (i.e., character data), field constraints (i.e., unique values), and/ or order of appearance within the table definition (i.e., first non-primary-key field meeting other requirements) •
  • this field is the first one whose name ends with "_NAME” - or, in special-case handling for 1a- bles containing "LAST_NAME", “FIRST_NAME”, and "MIDDLE_NAME” columns, a composite "Last, First Middle” value.
  • Additional special-case processing supports successive cross-referencing through multiple tables until a " MAME" field is discovered, if (and only if) intervening tables include unique-value constrained FK columns. If no name field can be resolved, the UI displays the actual key values (that is, the primary-key values from the foreign table) themselves • Alternatively, the rules for determining the name field can themselves be made "soft" - that is, specified once (globally) by a system administrator, and used thereafter to drive all (default) name- field constructions.
  • a dropdown list includes the display-names for all for- eign-table records, and UI actions on this list are correlated to the underlying keys
  • record displays incorporate a "pseudo- field" for each associated detail-table, which indicates the number
  • these pseudo-fields can also be (and have been, in alternate implementations) readily incorporated into the Browse-, Search-, and Add-mode displays, at the cost of added complexity in supporting views (i.e., correlated-subqueries for Browse-mode displays) and state-management logic (i.e., transitioning to Edit mode for not-yet-completed Add-mode transactions before allowing navigation to associated detail-table contexts where the user might add dependent "child” records), and the attendant per- formance implications
  • the on-screen field is presented as a multiline, vertically scrollable control with multiple-row visibility, rather than the default single-row (and non-scrollable) entry field.
  • Failed validation (upon field-exit and/ or at page-submission time, depending on the type of validation) puts the "focus” back into the corresponding problem-field (or the first of several), highlights (“selects”) the entire field contents, and displays an informational pop-up dialog box explaining the problem.
  • a hierarchical "context stack” for maintaining (and suspending) the working state of a particular table (comprising selected record, display mode, pending form- field entries, in-effect search-filter parameters, Browse-mode scroll position, and any filter constraints imposed from above stack contexts) while “drilling down” across relationships to work with related information (in a possibly constrained working context) and returning relevant changes to the parent-context table, and a corresponding UI convention for displaying and navigating this stack
  • a superseding filter is applied to all detail-table mode displays, separate from (and invisible to) any lower-context search-filters which may subsequently be applied by the user
  • Cross-reference drill-downs are "context sensitive" to the parent- field status: A drill-down from a blank parent-field enters the subordinate stack context in "Add” mode, while a drill-down from a non-blank parent-field enters the subordinate stack context in "Edit” mode for the already-selected (cross-referenced) secondary-table le- cord. Nevertheless, the default drill-down mode can be "overridden” (that is, abandoned) via a lateral or horizontal mode-switch in the lower stack context.
  • the RDBMS is first interrogated or scanned by this software, applying a body of rules to interpret the data model (comprising its tables; their column-complements, datatypes, and constraints; and relationships across the tables), and to correlate same to the UI paradigm (either "on-the-fly", or by building an in-memory representation, or "cache", of said data model, and by automatically deriving enhanced back-end “views" of all tables, which are consistent with the paradigm and which, further, co- herently incorporate”any and all extensions, which may have been specified as described below).
  • a body of rules to interpret the data model (comprising its tables; their column-complements, datatypes, and constraints; and relationships across the tables), and to correlate same to the UI paradigm (either "on-the-fly", or by building an in-memory representation, or "cache", of said data model, and by automatically deriving enhanced back-end “views" of all tables, which are consistent with the paradigm and which, further
  • a core complement of naming conventions and annotational methods (written in XML, in the reference implementation) is used for enhancing and extending the representation of the table structures and relationships (entirely within the back-end representation of the data model, in the reference implementation) so as to more fully support revelation of the schema structure through external interrogation.
  • the generated UI comprises all mode displays for all tables, with integrated(-into-the-mode-displays) mechanisms for representing, navi- gating, and managing relationships across tables (comprising hierarchical context constraint/enforcement, and pass-through/ "pop-up" return, or "propagation", of subordinate-context results).
  • the preferred embodiment applies logic to (re-)convert column- and table-names retrieved through RDBMS interrogation from all-uppercase text, if necessary (as it is with Oracle ⁇ i, in the reference implementation) into mixed-case, initial-caps text (where only the first letter of each word - or "token” - is capitalized), and to replace underscore characters with spaces.
  • the case- restoration logic is designed to also consider a list of approved acronyms - or, more generally, "exceptions" - which, when encountered as tokens within object-name strings, are instead cased exactly as they appear in the list. (This could mean all- uppercase, all-lowercase, or any non-conventional mixture of cases, such as "ZIP- code”.)
  • This case-exceptions list is provided once, globally, for the entire system, and impacts all table- and column-name references throughout the UI presentation.
  • the list is defined as a string array within a public "Cus- tomCaps" object; this object could in turn be initialized via a disk file, or a special da- tabase table.
  • the software also constructs and utilizes the above-described hierarchical context stack for maintaining (and suspending) the working state of a particular table (comprising selected record, display mode, pending form-field entries, in-effect search-filter parameters, Browse-mode scroll position, and any filter constraints im- posed from above stack contexts) while "drilling down" across relationships to work with related information (in a possibly constrained working context) and returning relevant changes to the parent-context table, and a corresponding UI convention for displaying and navigating this stack (see annotations regarding stack display in Fig. 9C).
  • a particular table comprising selected record, display mode, pending form-field entries, in-effect search-filter parameters, Browse-mode scroll position, and any filter constraints im- posed from above stack contexts
  • a corresponding UI convention for displaying and navigating this stack (see annotations regarding stack display in Fig. 9C).
  • the result- ing error screen also incorporates a stack display.
  • the default error- screen behavior is to restart the user's session after a timed delay (and thereby abandon all work in progress), the user will often be able to recover his session by making a selection from the error-page stack display
  • the preferred embodiment further provides a structured collection of methods, mechanisms, tools, techniques, and facilities for extending, customizing, adapting, or overriding the baseline UI paradigm and software to support non-standard and/ or special requirements ("business rules"), comprising:
  • Such overrides can be useful, for example, when the foreign (referenced) table lacks a (resolvable) name column; when a composite (multiple-field), treated, or otherwise modified display-name is desired; when the sort-order within display lists should be modified; or when the foreign-table records depend on yet other table-records
  • a specification consists of a listi ⁇ ii ⁇ ' ' fhe > ' the desired display order (either by name or, alternatively, by ordinal position in the actual underlying table)
  • Such a derived (non-table) result-set is typically generated by a "stored query” or "SQL VIEW" within the back-end RDBMS, and nevertheless can be rendered and presented by the UI as if it were an actual single base-table (subject to certain limitations which may be imposed by the underlying RDBMS - particularly, the inability to edit or add "records" for such result-sets, rendering them effectively "read-only”)
  • a specification identifies the foreign table which contains the dropdown-list values, and the column (either by name or, alternatively, by ordinal position within that table) which supplies the actual values
  • a mechanism is provided to create a (series of) cross-referential link(s) from the individual cells (row- values) in a given column of a Br ⁇ l ge md&i 'Sifj )Ig.y ' fcft Sl ⁇ fJi Ink forwarding the user to a secondary display - most commonly, to an Edit form for the underlying base-table containing that cell's value (although it is, in fact, possible to link-through to any arbitrary table, row, and column, and in any "mode")
  • the link appears as a highlighting (in the reference i - plementation, a "clickable link” or HTML "HREF") of the cell-value itself. (Empty cells display the value "NONE" so as to still enable drilldown navigation.)
  • the display forwards (typically) to an Edit form for the corresponding record in the appropriate underlying base-table, with the proper edit-field pre-selected (i.e., given the "focus").
  • the system auto-navigates to the same exact base-table Edit form, selected- record, and edit-field that the user could (theoretically) navigate to himself, manually, in order to alter the underlying datum that supplies the custom view
  • a specification identifies the underlying (or "target”) base-table
  • a special-case extension of the specification can be associated as a table-level annotation with the custom view itself (rather than one of its columns).
  • the specification will modify the behavior of the leftmost-column "row label" links (which, in normal-table Browse-mode displays, link to Edit-mode displays for the corre- sponding table-records).
  • a common use for such specifications is to support master/ detail-style transitions to secondary Browse-mode displays of records which "belong to" the selected custom-view record
  • specifications are made via a spe- cial XML tag (" ⁇ customDrillDown>”) which, in turn, contains sub-tags indicating the target base-table (" ⁇ tableName>”), display- mode (" ⁇ mode>”), identifying-FK field within the custom view (“ ⁇ keyColumn>”), constraining-context or master/ detail key, if any (" pkrentColumn>”), and target il ilOT ⁇ Bc i ⁇ iil ⁇ ⁇ Mnds:'''*- tached to the corresponding view-column as a "comment”
  • the preferred embodiment also supports the specification and enforcement of both global and granular (by table and function) access rights and activity-stamping, according to a group-based (rather than hierarchical) permissions scheme, and based on table entries which themselves can be entered and maintained via the system:
  • the PEOPLE table contains an Active_Flag field, which allows for
  • the USERS table incorporates (among others) a Login_ID field, which is correlated against the system-user's operating-environment credentials. (In the reference implementation, this is the UID which has been authenticated and forwarded by the web server; alternatively, it could be the user's OS login.)
  • a Login_ID field which is correlated against the system-user's operating-environment credentials.
  • this is the UID which has been authenticated and forwarded by the web server; alternatively, it could be the user's OS login.
  • the system establishes a new user-session (upon the user's initial contact), it attempts this correlation to a valid USERS.LoginJD. If no correlation can be made, access to the system is denied; otherwise, the corresponding USERS.Users_Key value is henceforth associated with that user's session
  • SECURITY__TABLE maintains a list of all security-mediated tables and custom views. (Alternatively, this list could be automatically derived from the system's data-model interrogation; the use of an explicit and hand-managed "special” or “hidden” tables and/ or views)
  • SECURITY_GROUP supports the definition of functional security roles. In and of themselves, entries to the SECURITY_GROUP table are little more than descriptive names; their primary purpose is to serve as "connective conduits" between USERS and SECURITY TABLEs. It is important to note (again) that SECURITY_GROUPs are non-hierarchical; that is, each group can be granted any mix of rights to any arbitrary set of tables, without re- spect to the rights of other groups. And USERS can be assigned to any number of SECURITY_GROUPs; When a user belongs to multiple groups, her aggregate rights comprise a superset of the rights for each of the groups to which she belongs
  • SECURITY_GROUP_USERS simply effects many-to-many relation- ships between USERS and SECURITY_GROUPs, and is defined (via the methods described above) as a "detail" table to both of these
  • SECURITY_GROUP_TABLE supports many-to-many relationships between SECURITY_GROUPs and SECURITY_TABLEs (and is a "detail" table to both). Additionally, however, the SECURITY_GROUP_TABLE incorporates Boolean (true/false) columns which indicate permission for the related SECURITY_GROUP to (respectively) browse, add to, edit, or delete from the corresponding SECURITY_TABLE. This forms the nexus of access-rights control All UI displays automatically adjust to the current user's access rights. In particular, the following navigational elements ("links", as defined in the reference implementation), appear or are suppressed according to the user's rights:
  • Mode-navigation bar links (browses/ searches/ add); here, suppressed links are entirely removed from the display, rather than simply "disabled” (or made links, below)
  • custom views with custom-drilldown specifications are subject to "double" security mediation: If edit permission to the custom view itself is withheld for a given user, then all custom-drilldown links will also be disabled. But (even) if the custom-view edit permission is granted, the user must also have the necessary rights to support each particular drilldown (e.g., edit or browse permission on an underlying table) before the corresponding link will be enabled
  • all sys- tern add/ edit activity can be time- and user-stamped at the table-record level (optionally, on a per-table basis).
  • Security-stamping is completely automatic, and is governed (in the reference implementation) by the presence of four special columns within the table: Entered_By_Users_Key, Entry_Date, Modi- fied_By_Users_Key, and Last_Modified_Date.
  • any "add” event causes the current USERS.UsersJKey (from the user's session) to be recorded in both the Entered_By_Users_Key and Modified_By_Users_Key columns, and the current system time to be stamped into both the Entry_Date and Last_Modified_Date columns.
  • "Edit” events update only the Modi- fied_By_Users_Key and Last_Modified_Date columns. Note further that when they exist in a table, these fields are visible only in Browse and Search displays; they are hidden (but automatically updated) from Add and Edit displays
  • RO ⁇ -LEVEL SECURITY allows for t-S6 ltaaK ltl-! *Nfe .(f&- ij$
  • row-level security can be said to affect only "content” visibility, rather than “structural” visibility (as with other security axes); a row-level security filter impacts which particular table- entries are presented, but never which classes or types of data elements
  • a specification thus identifies the filter condition (i.e., WHERE clause) that relates one or more table-columns to (some transfor- mation/JOIN-sequence on) the current user. (Note that such "user relations" may optionally involve attributes of the particular user, and/ or those of "security groups" to which the user belongs) • Specifications are associated as table-level annotations with the actual underlying table
  • Edit-function mediation is processed by the UI on a per-field basis, either (or both) during rendering (where display conventions utilize read-only fields, or otherwise signal non-editability via labeling conventions [such as italicized text]) and/ or processing ' (where attempts to change nol ⁇ iEbl .lilffi,,te ,' Mjea , dp th an alert notification to the user)
  • the system can detect this particular error, provide a detailed explanation of how and why it might have occurred, and (per above) allow the user to recover her session-in-progress without any loss of work
  • SECURITY VIOLATIONS Generally, the system proactively prevents the user from attempting access to any authorized system modes or functions. However, in the (web-based) reference implementation, it is not impossible for the user to navigate to a situation where he might possibly attempt an illegal transition - or to manually adjust a URL so that it attempts such unauthorized access without triggering a session-sequence error (as described above). In these cases - and in the simpler case, when a user attempts access without any system rights whatsoever - the system provides a plain-English report of exactly what access rights the user has tried to violate
  • Custom follow-on actions can be associated with specific errors, so that special-case recovery procedures can be specified. (For instance, a database-detected data-entry violation might cause a return to the previous data-entry form.) "Mined" runtime-environment information can also be used here to govern the behavior of said follow-on actions
  • a generalized, extensible, and data-driven "pop-up help" facility is also included in the reference implementation.
  • This facility allows for the specification of descriptive text wruc i can be associated both wfM!i GifldHli ⁇
  • wruc i can be associated both wfM!i GifldHli ⁇
  • the specifications are stored within back- end tables - so that they, too, may be administered via the system UI - although any of the above-described annotational methods could alternatively be used.
  • the detailed implementation of each of the foregoing capabilities is set forth in full in the accompanying source code, which represents the complete source code for a working version of the reference implementation.
  • a full demonstration RDBMS schema upon which this system can operate has been provided, and accompanies this application and is incorporated herein by reference (see Fig. 5 and the CreateSchema.sql script).
  • a set of mechanisms, rules, and methods may be provided through which each end-user can evolve (and manage) personalizations to the UI architecture (with persistent back-end storage and tracking by user and/ or group) - including (but not limited to) preferred table-navigation hierarchies; UI "entry points” based on usage-frequency patterns; default (or most-recent) searches/ filters for each back- end table; default "page size” for Browse-mode lists (adjusted for the particular user's screen resolution, for example); default
  • a generalized journaling/ auditing subsystem may also be integrated. Such a subsystem could, for instance, utilize database "triggers" to update a master table with a new tuple (comprising table-name, record-key, column-name, old-value, new-value, user-key, and timestamp) whenever any table-record is modified. Such a mechanism would (at a cost in system performance, of course) permit complete backtracking/ "rollback" to previous database states, and guarantee the ability to recover from any rogue data modifications (whether accidental or malicious) and identify the actors
  • journaling/ auditing support is the ability to require a user to explain his justification for (only) certain data-field changes, and then either record that explanation to the system journal or audit log (along with the other tuple information), or (possibly) roll-back the transaction (if the user declines to supply an explanation).
  • Such a facility could be implemented with additional text-entry fields integrated into the primary Edit-mode display, or alternatively, with "pop- up window” logic (which, within World Wide Web presentation, could comprise additional browser windows or DHTML "sim ⁇ l edr ⁇ '( ⁇ - l i r.'mati Wfe5;: « The specification of which data-fields should require such justification would be considered a "business rule", and could be implemented via any of the annotational methods described elsewhere in this document. Such specifications could also be assigned at various levels of global vs. local "scoping" (i.e., perhaps automatically for all date fields, or only for specifically assigned text fields)
  • the corresponding column could simply track the current (primary) sort-order column (as described above), if implemented
  • any changg SinfthHjb srfi ⁇ i ⁇ llng S ljuiim would then automatically regenerate the tab list, according to the range of actual (sorted) leading characters appearing within that column. In this way, numeric tabs would appear for a "social- security number” column, vs. alphabetic tabs for a "last name” column
  • the reference-implementation Search-form paradigm comprises a single set of fields (corresponding to the underlying table-columns), where any entered filter-values (for the respective columns) are logi- cally "AND"ed together.
  • a more general and flexible search facility could:
  • phrase which is “AND”ed or “OR”ed together (selectably, as above) with the parenthetical phrases for other sub-forms
  • the reference-implementation Add-form logic does not "initialize” fields for which the back-end defines "default" values - that is, although the underlying table-column will (properly) be set to its default value if the corresponding Add-form fie ⁇ T ⁇ s not explicitly set, the user I ; $l ifcIiiii3n ting the new record) of that default value. Instead, the form could automatically pre-populate the appropriate fields with their corresponding default values (as determined through interrogation of the underlying column-constraints)
  • Each tuple could (optionally)' to "scope" the relation - for instance, so that the filter should consider only so many levels above the current stack-context, or that the filter only applies if certain other tables also do (or do not) appear in intervening levels - and possibly, even, only in a specific sequence. It would also, of course, be further possible to assign multiple such "sensitivities" to the same target-column.
  • a project-management schema in which both equipment and technicians are assigned to projects; techni- cians have specific equipment certifications; and schedules apply both to projects and to technicians.
  • a sin- gle many-to-many table might connect technicians to projects; if the table is accessed directly (that is, at the topmost stack-level, rather than by drilling-down to it from the associated project record), then each time the "project"-dropdown is altered, the "technician” dropdown-list would be automatically regenerated ac- cording to the above-described criteria.
  • (potentially multiple) specifications per target-column would resemble those for context-sensitive dropdowns, except (of course) that the "superior-level table” and “scoping extensions” would be irrelevant here. Note that although these two dropdown-types are similar - and that, in some cases (namely, where context-sensitive drop- downs utilize only direct drill-down relations), the former could AS simulated with the latter - which makes it more suitable for certain types of use
  • the user-stamping fields described above (Entered_By_Users_Key and Modi- fied_By_Users_Key) generally appear together within the same fables, always share identical dropdown lists, and can (potentially) grow quite long over time; logic to retrieve the shared list once from the RDBMS - rather than twice - for use within both dropdown controls can effect meaningful gains in system responsiveness.
  • the preferred embodiment comprises a stand-alone application which interacts (on a client/ server basis) with a back-end RDBMS, it may in some circumstances become desirable instead to integrate some or all of the invention directly into said RDBMS product (or a tightly-coupled extension or utility to same). Of course, any such alternative embodiment would still conform to the principles of the described invention.
  • LinkedList 1 (LinkedList) session . getAttribute ("sessionStack”) ;
  • StackElement se (StackElement) 1.getLast () ;
  • buttonLabel + TableDescriptorDisplay .
  • StringBuffer tableHelp new StringBuffer () ; while (displayFieldsEnumeration.hasMoreElements () ) ⁇
  • EditTargetlFlag rs .getBoolean (3) ; rs .next () ;
  • StringBuffer tableHeaders new StringBuffer () ;
  • DataDictionaryTD ddtd dd. getDataDictionaryTD (tableName) ;
  • Debug. doLog ("Pre search-string suffix: “+qStr, Debug. INFO) ; Debug. doLog ("Search string:
  • Java .util . Date beginView null; if (Debug. areDebugging) ⁇
  • topRow Math.min (Math. max (1, topRow), (rowCount - pageSize) +
  • NAME newPageSize
  • loopCellFlag EditTarget2Flag; ⁇ else if (targetTable .equals ( "EDIT_TARGET 1") SS cdd . getMode ( ) .
  • abolish loopCellFlag BrowseTargetlFlag;
  • loopCellFlag BrowseTarget2Flag; ⁇ if (canEditFlag SS loopCellFlag) ⁇
  • Began DD getlnstance: ⁇ % df. format (beginDD) %> ⁇ br>
  • Ended DD getlnstance: ⁇ % df. format (endDD) %> ⁇ p>
  • Enumeration parameterNames request . getParameterNames () ;
  • DataDictionaryTD ddtd dd. getDataDictionaryTD (tableName) ;

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Digital Computer Display Output (AREA)
PCT/US2001/042867 2000-10-31 2001-10-31 System and method for generating automatic user interface for arbitrarily complex or large databases WO2002059793A2 (en)

Priority Applications (7)

Application Number Priority Date Filing Date Title
CA002427354A CA2427354A1 (en) 2000-10-31 2001-10-31 System and method for generating automatic user interface for arbitrarily complex or large databases
EP01994070A EP1364313A2 (en) 2000-10-31 2001-10-31 System and method for automatically generating user interfaces for arbitrarily complex or large databases
US10/428,209 US7318066B2 (en) 2000-10-31 2003-04-30 System and method for generating automatic user interface for arbitrarily complex or large databases
US12/930,849 US8161081B2 (en) 2001-03-16 2011-01-19 System and method for generating automatic user interface for arbitrarily complex or large databases
US13/385,913 US8775478B2 (en) 2000-10-31 2012-03-14 System and method for generating automatic user interface for arbitrarily complex or large databases
US14/324,414 US10025801B2 (en) 2000-10-31 2014-07-07 Systems and methods for automatically generating user interface elements for complex databases
US16/034,696 US10977220B2 (en) 2001-03-16 2018-07-13 Systems and methods for automatically generating user interface elements for complex databases

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US70326700A 2000-10-31 2000-10-31
US09/703,267 2000-10-31
US27638501P 2001-03-16 2001-03-16
US60/276,385 2001-03-16

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US70326700A Continuation 2000-10-31 2000-10-31

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US10/428,209 Continuation US7318066B2 (en) 2000-10-31 2003-04-30 System and method for generating automatic user interface for arbitrarily complex or large databases

Publications (2)

Publication Number Publication Date
WO2002059793A2 true WO2002059793A2 (en) 2002-08-01
WO2002059793A3 WO2002059793A3 (en) 2003-04-24

Family

ID=26957949

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/042867 WO2002059793A2 (en) 2000-10-31 2001-10-31 System and method for generating automatic user interface for arbitrarily complex or large databases

Country Status (4)

Country Link
US (1) US7318066B2 (US20040073565A1-20040415-P00041.png)
EP (1) EP1364313A2 (US20040073565A1-20040415-P00041.png)
CA (1) CA2427354A1 (US20040073565A1-20040415-P00041.png)
WO (1) WO2002059793A2 (US20040073565A1-20040415-P00041.png)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004063940A1 (en) * 2003-01-10 2004-07-29 Sygenics Inc. Adaptive data architecture for information management systems
WO2007145715A1 (en) 2006-06-05 2007-12-21 Microsoft Corporation Automatically generating web forms from database schema
US7464095B2 (en) 2001-07-13 2008-12-09 Rajesh Vadavia Adaptive data architecture for information management systems
WO2012166867A1 (en) 2011-06-02 2012-12-06 Microsoft Corporation Map-based methods of visualizing relational databases
WO2014175767A1 (en) * 2013-04-26 2014-10-30 Limited Liability Company "1C" Method of automated interface change (versions)
EP2819030A1 (en) * 2013-06-30 2014-12-31 Pilab S.A. Database hierarchy-independent data drilling
WO2015162588A1 (en) * 2014-04-23 2015-10-29 Mescal Gerald Database interface creation system and method
US9747312B2 (en) 2013-08-30 2017-08-29 Pilab S.A. Computer implemented method for creating database structures without knowledge on functioning of relational database system
US9990407B2 (en) 2014-04-23 2018-06-05 Mescal IT Systems, Ltd. Stand-alone database browsing system and method
US10002143B2 (en) 2013-03-29 2018-06-19 PiLab Spólka Akcyjna Computer implemented method for storing unlimited amount of data as a mind map in relational database systems
USD856348S1 (en) 2015-04-23 2019-08-13 Mescal IT Systems Ltd. Display screen with graphical user interface
USD861026S1 (en) 2015-04-23 2019-09-24 Mescal IT Systems, Ltd. Display screen or portion thereof with graphical user interface
US10936668B2 (en) 2016-04-26 2021-03-02 Datawalk Spolka Akcyjna Systems and methods for querying databases
US11893022B2 (en) 2013-08-30 2024-02-06 DataWalk Spółka Akcyjna Computer-implemented method for improving query execution in relational databases normalized at level 4 and above

Families Citing this family (222)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7356482B2 (en) * 1998-12-18 2008-04-08 Alternative Systems, Inc. Integrated change management unit
US10402456B2 (en) * 2000-02-25 2019-09-03 Vilox Technologies, Llc Database operations and data manipulation using search-on-the-fly
US6948135B1 (en) * 2000-06-21 2005-09-20 Microsoft Corporation Method and systems of providing information to computer users
US7000230B1 (en) 2000-06-21 2006-02-14 Microsoft Corporation Network-based software extensions
US7191394B1 (en) 2000-06-21 2007-03-13 Microsoft Corporation Authoring arbitrary XML documents using DHTML and XSLT
US7346848B1 (en) 2000-06-21 2008-03-18 Microsoft Corporation Single window navigation methods and systems
US6874143B1 (en) * 2000-06-21 2005-03-29 Microsoft Corporation Architectures for and methods of providing network-based software extensions
US7624356B1 (en) 2000-06-21 2009-11-24 Microsoft Corporation Task-sensitive methods and systems for displaying command sets
US6883168B1 (en) 2000-06-21 2005-04-19 Microsoft Corporation Methods, systems, architectures and data structures for delivering software via a network
US7099868B1 (en) * 2001-03-30 2006-08-29 Unisys Corporation State management for a step architecture
US7003570B2 (en) * 2001-10-05 2006-02-21 Bea Systems, Inc. System for integrating java servlets with asynchronous messages
US6886041B2 (en) * 2001-10-05 2005-04-26 Bea Systems, Inc. System for application server messaging with multiple dispatch pools
US7062502B1 (en) * 2001-12-28 2006-06-13 Kesler John N Automated generation of dynamic data entry user interface for relational database management systems
US20040012626A1 (en) * 2002-07-22 2004-01-22 Brookins Timothy J. Method for creating configurable and customizable web user interfaces
US7219350B2 (en) * 2003-03-19 2007-05-15 International Business Machines Corporation Dynamic server page meta-engines with data sharing for dynamic content and non-JSP segments rendered through other engines
US7415672B1 (en) 2003-03-24 2008-08-19 Microsoft Corporation System and method for designing electronic forms
US7370066B1 (en) 2003-03-24 2008-05-06 Microsoft Corporation System and method for offline editing of data files
US7275216B2 (en) * 2003-03-24 2007-09-25 Microsoft Corporation System and method for designing electronic forms and hierarchical schemas
US7913159B2 (en) 2003-03-28 2011-03-22 Microsoft Corporation System and method for real-time validation of structured data files
US7296017B2 (en) 2003-03-28 2007-11-13 Microsoft Corporation Validation of XML data files
CA2429909A1 (en) * 2003-05-27 2004-11-27 Cognos Incorporated Transformation of tabular and cross-tabulated queries based upon e/r schema into multi-dimensional expression queries
US7734627B1 (en) 2003-06-17 2010-06-08 Google Inc. Document similarity detection
US7451392B1 (en) 2003-06-30 2008-11-11 Microsoft Corporation Rendering an HTML electronic form by applying XSLT to XML using a solution
US7197515B2 (en) * 2003-06-30 2007-03-27 Microsoft Corporation Declarative solution definition
US7908248B2 (en) * 2003-07-22 2011-03-15 Sap Ag Dynamic meta data
US7519952B2 (en) * 2003-07-28 2009-04-14 International Business Machines Corporation Detecting an integrity constraint violation in a database by analyzing database schema, application and mapping and inserting a check into the database and application
US7406660B1 (en) 2003-08-01 2008-07-29 Microsoft Corporation Mapping between structured data and a visual surface
US7334187B1 (en) 2003-08-06 2008-02-19 Microsoft Corporation Electronic form aggregation
US7647301B2 (en) * 2003-08-08 2010-01-12 Open-Circuit, Ltd. Information provision apparatus, format separation apparatus, information provision method and program
US7379945B1 (en) * 2003-10-20 2008-05-27 International Business Machines Corporation Virtual foldering system for blending process and content in a collaborative environment
US7433886B2 (en) * 2003-10-24 2008-10-07 Microsoft Corporation SQL language extensions for modifying collection-valued and scalar valued columns in a single statement
US20050198329A1 (en) * 2004-01-22 2005-09-08 Byrd Mark W. Relational database and a method of enabling access to a data structure stored therein
US8819072B1 (en) 2004-02-02 2014-08-26 Microsoft Corporation Promoting data from structured data files
US8037102B2 (en) 2004-02-09 2011-10-11 Robert T. and Virginia T. Jenkins Manipulating sets of hierarchical data
US7711750B1 (en) 2004-02-11 2010-05-04 Microsoft Corporation Systems and methods that specify row level database security
US7661141B2 (en) * 2004-02-11 2010-02-09 Microsoft Corporation Systems and methods that optimize row level database security
US7725498B2 (en) * 2004-04-22 2010-05-25 International Business Machines Corporation Techniques for identifying mergeable data
US7496837B1 (en) * 2004-04-29 2009-02-24 Microsoft Corporation Structural editing with schema awareness
US7665063B1 (en) 2004-05-26 2010-02-16 Pegasystems, Inc. Integration of declarative rule-based processing with procedural programming
US7281018B1 (en) 2004-05-26 2007-10-09 Microsoft Corporation Form template data source change
US7774620B1 (en) 2004-05-27 2010-08-10 Microsoft Corporation Executing applications at appropriate trust levels
US20050273716A1 (en) * 2004-06-03 2005-12-08 Pahno Achilles N Database server paging method
US7860879B2 (en) * 2004-07-09 2010-12-28 Microsoft Corporation SMO scripting optimization
US7904488B2 (en) 2004-07-21 2011-03-08 Rockwell Automation Technologies, Inc. Time stamp methods for unified plant model
US20060036615A1 (en) * 2004-08-12 2006-02-16 International Business Machines Corporation Method, system, and computer program product for navigating and displaying very large trees
WO2006026578A2 (en) * 2004-08-27 2006-03-09 Peng Tao Online annotation management system and method
US7692636B2 (en) 2004-09-30 2010-04-06 Microsoft Corporation Systems and methods for handwriting to a screen
US8756521B1 (en) 2004-09-30 2014-06-17 Rockwell Automation Technologies, Inc. Systems and methods for automatic visualization configuration
US7707498B2 (en) * 2004-09-30 2010-04-27 Microsoft Corporation Specific type content manager in an electronic document
US8487879B2 (en) 2004-10-29 2013-07-16 Microsoft Corporation Systems and methods for interacting with a computer through handwriting to a screen
US7801923B2 (en) 2004-10-29 2010-09-21 Robert T. and Virginia T. Jenkins as Trustees of the Jenkins Family Trust Method and/or system for tagging trees
US7627591B2 (en) 2004-10-29 2009-12-01 Skyler Technology, Inc. Method and/or system for manipulating tree expressions
US7712022B2 (en) 2004-11-15 2010-05-04 Microsoft Corporation Mutually exclusive options in electronic forms
US7721190B2 (en) 2004-11-16 2010-05-18 Microsoft Corporation Methods and systems for server side form processing
US7636727B2 (en) 2004-12-06 2009-12-22 Skyler Technology, Inc. Enumeration of trees from finite number of nodes
US7630995B2 (en) 2004-11-30 2009-12-08 Skyler Technology, Inc. Method and/or system for transmitting and/or receiving data
US7904801B2 (en) 2004-12-15 2011-03-08 Microsoft Corporation Recursive sections in electronic forms
US8316059B1 (en) 2004-12-30 2012-11-20 Robert T. and Virginia T. Jenkins Enumeration of rooted partial subtrees
US7617234B2 (en) * 2005-01-06 2009-11-10 Microsoft Corporation XML schema for binding data
US7945590B2 (en) * 2005-01-06 2011-05-17 Microsoft Corporation Programmability for binding data
US7730394B2 (en) * 2005-01-06 2010-06-01 Microsoft Corporation Data binding in a word-processing application
US7937651B2 (en) 2005-01-14 2011-05-03 Microsoft Corporation Structural editing operations for network forms
US8335704B2 (en) 2005-01-28 2012-12-18 Pegasystems Inc. Methods and apparatus for work management and routing
US8615530B1 (en) 2005-01-31 2013-12-24 Robert T. and Virginia T. Jenkins as Trustees for the Jenkins Family Trust Method and/or system for tree transformation
US7668873B2 (en) * 2005-02-25 2010-02-23 Microsoft Corporation Data store for software application documents
US7752224B2 (en) * 2005-02-25 2010-07-06 Microsoft Corporation Programmability for XML data store for documents
US7681177B2 (en) * 2005-02-28 2010-03-16 Skyler Technology, Inc. Method and/or system for transforming between trees and strings
US7801863B2 (en) * 2005-03-04 2010-09-21 Microsoft Corporation Method and computer-readable medium for formula-based document retention
US7725834B2 (en) 2005-03-04 2010-05-25 Microsoft Corporation Designer-created aspect for an electronic form template
US8010515B2 (en) 2005-04-15 2011-08-30 Microsoft Corporation Query to an electronic form
US7899821B1 (en) 2005-04-29 2011-03-01 Karl Schiffmann Manipulation and/or analysis of hierarchical data
US7809683B2 (en) * 2005-05-13 2010-10-05 Rockwell Automation Technologies, Inc. Library that includes modifiable industrial automation objects
US8799800B2 (en) 2005-05-13 2014-08-05 Rockwell Automation Technologies, Inc. Automatic user interface generation
US7672737B2 (en) 2005-05-13 2010-03-02 Rockwell Automation Technologies, Inc. Hierarchically structured data model for utilization in industrial automation environments
US7650405B2 (en) * 2005-05-13 2010-01-19 Rockwell Automation Technologies, Inc. Tracking and tracing across process boundaries in an industrial automation environment
US7676281B2 (en) 2005-05-13 2010-03-09 Rockwell Automation Technologies, Inc. Distributed database in an industrial automation environment
US7734619B2 (en) * 2005-05-27 2010-06-08 International Business Machines Corporation Method of presenting lineage diagrams representing query plans
US8200975B2 (en) 2005-06-29 2012-06-12 Microsoft Corporation Digital signatures for network forms
US20070011177A1 (en) * 2005-07-05 2007-01-11 Microsoft Corporation Metadata-based form rendering and write-back
US7676470B2 (en) * 2005-07-26 2010-03-09 International Business Machines Corporation Self discovering adaptive security system and method
US7953696B2 (en) * 2005-09-09 2011-05-31 Microsoft Corporation Real-time synchronization of XML data between applications
US20070067458A1 (en) * 2005-09-20 2007-03-22 Rockwell Software, Inc. Proxy server for integration of industrial automation data over multiple networks
US7548789B2 (en) * 2005-09-29 2009-06-16 Rockwell Automation Technologies, Inc. Editing lifecycle and deployment of objects in an industrial automation environment
US7881812B2 (en) * 2005-09-29 2011-02-01 Rockwell Automation Technologies, Inc. Editing and configuring device
US8275680B2 (en) * 2005-09-30 2012-09-25 Rockwell Automation Technologies, Inc. Enabling transactional mechanisms in an automated controller system
US7801628B2 (en) 2005-09-30 2010-09-21 Rockwell Automation Technologies, Inc. Industrial operator interfaces interacting with higher-level business workflow
US8484250B2 (en) * 2005-09-30 2013-07-09 Rockwell Automation Technologies, Inc. Data federation with industrial control systems
US7660638B2 (en) * 2005-09-30 2010-02-09 Rockwell Automation Technologies, Inc. Business process execution engine
US7734590B2 (en) 2005-09-30 2010-06-08 Rockwell Automation Technologies, Inc. Incremental association of metadata to production data
US7526794B2 (en) * 2005-09-30 2009-04-28 Rockwell Automation Technologies, Inc. Data perspectives in controller system and production management systems
US7761536B2 (en) 2005-11-17 2010-07-20 Ebay Inc. Method and system to transmit data
US8001459B2 (en) 2005-12-05 2011-08-16 Microsoft Corporation Enabling electronic documents for limited-capability computing devices
US20070174318A1 (en) * 2006-01-26 2007-07-26 International Business Machines Corporation Methods and apparatus for constructing declarative componentized applications
US7779343B2 (en) * 2006-01-30 2010-08-17 Microsoft Corporation Opening network-enabled electronic documents
US8219919B2 (en) * 2006-02-06 2012-07-10 Attachmate Group Method for automating construction of the flow of data driven applications in an entity model
US7752060B2 (en) * 2006-02-08 2010-07-06 Health Grades, Inc. Internet system for connecting healthcare providers and patients
US7953589B1 (en) * 2006-02-15 2011-05-31 Broadridge Investor Communication Solutions, Inc. Methods and systems for proxy voting
US20080208785A1 (en) * 2006-03-30 2008-08-28 Pegasystems, Inc. User interface methods and apparatus for rules processing
US8924335B1 (en) 2006-03-30 2014-12-30 Pegasystems Inc. Rule-based user interface conformance methods
US20090132232A1 (en) * 2006-03-30 2009-05-21 Pegasystems Inc. Methods and apparatus for implementing multilingual software applications
US20070233902A1 (en) * 2006-03-30 2007-10-04 Alan Trefler User interface methods and apparatus for rules processing
US7962464B1 (en) * 2006-03-30 2011-06-14 Emc Corporation Federated search
FR2899411B1 (fr) * 2006-03-31 2008-06-27 Infovista Sa Sa Procede de configuration de displets pour une plateforme interactive d'analyse de performance d'un reseau informatique
US8489644B2 (en) * 2006-04-05 2013-07-16 Ca, Inc. System and method for managing virtual tree pages
US7478332B2 (en) * 2006-05-24 2009-01-13 170 Systems Inc. System for and method of providing a user interface for a computer-based software application
US7640261B2 (en) * 2006-06-16 2009-12-29 Business Objects Software Ltd. Apparatus and method for processing data corresponding to multiple COBOL data record schemas
US8656374B2 (en) * 2006-06-16 2014-02-18 Business Objects Software Ltd. Processing cobol data record schemas having disparate formats
US8396848B2 (en) * 2006-06-26 2013-03-12 Microsoft Corporation Customizable parameter user interface
US7979431B2 (en) * 2006-06-30 2011-07-12 Teradata Us, Inc. System and method for automatically modifying a query within a web based database system
US8560702B2 (en) * 2006-07-11 2013-10-15 At&T Intellectual Property I, L.P. Saving and retrieval of browser sessions
US8190988B2 (en) * 2006-09-15 2012-05-29 Efficient Forms, Llc Form bundling
US20080091690A1 (en) * 2006-10-13 2008-04-17 International Business Machines Corporation Deriving a Data Model From a Hierarchy Of Related Terms, And Deriving a Hierarchy Of Related Terms From a Data Model
US8150662B2 (en) * 2006-11-29 2012-04-03 American Express Travel Related Services Company, Inc. Method and computer readable medium for visualizing dependencies of simulation models
US7836096B2 (en) 2006-12-14 2010-11-16 International Business Machines Corporation Method and system using date/time mutation to return data to Java applications
US20080276194A1 (en) * 2007-02-06 2008-11-06 Access Systems Americas, Inc. Method of exposing fully editable text fields on a mobile device
US8250525B2 (en) 2007-03-02 2012-08-21 Pegasystems Inc. Proactive performance management for multi-user enterprise software systems
US20090024915A1 (en) * 2007-04-27 2009-01-22 Bea Systems, Inc. Web based application constructor using objects as pages
US9800614B2 (en) * 2007-05-23 2017-10-24 International Business Machines Corporation Method and system for global logoff from a web-based point of contact server
US20090037522A1 (en) * 2007-08-02 2009-02-05 Sony Corporation System and Method for Simulating Network Functionality for Demonstration Devices
US8190475B1 (en) 2007-09-05 2012-05-29 Google Inc. Visitor profile modeling
US8560938B2 (en) * 2008-02-12 2013-10-15 Oracle International Corporation Multi-layer XML customization
US8555239B1 (en) 2007-10-12 2013-10-08 The Pnc Financial Services Group, Inc. Mainframe-based web service development accelerator
US8364625B2 (en) * 2007-10-12 2013-01-29 The Pnc Financial Services Group, Inc. Mainframe-based business rules engine construction tool
US9116705B2 (en) * 2007-10-12 2015-08-25 The Pnc Financial Services Group, Inc. Mainframe-based browser
US8479175B1 (en) 2007-10-12 2013-07-02 The Pnc Financial Services Group, Inc. Mainframe-based web service development accelerator
US8572564B2 (en) * 2007-10-12 2013-10-29 The Pnc Financial Services Group, Inc. Configuring and constructing applications in a mainframe-based computing environment
US8510707B1 (en) 2007-10-12 2013-08-13 The Pnc Financial Services Group, Inc. Mainframe-based web service development accelerator
US8370281B2 (en) * 2007-10-12 2013-02-05 The Pnc Financial Services Group, Inc. Self-modification of a mainframe-based business rules engine construction tool
US8843437B2 (en) * 2007-10-18 2014-09-23 Agilent Technologies, Inc. Measurement data management with combined file database and relational database
US8839088B1 (en) 2007-11-02 2014-09-16 Google Inc. Determining an aspect value, such as for estimating a characteristic of online entity
US8290966B2 (en) * 2007-11-29 2012-10-16 Sap Aktiengesellschaft System and method for implementing a non-destructive tree filter
US8966465B2 (en) * 2008-02-12 2015-02-24 Oracle International Corporation Customization creation and update for multi-layer XML customization
US8788542B2 (en) * 2008-02-12 2014-07-22 Oracle International Corporation Customization syntax for multi-layer XML customization
US8538998B2 (en) 2008-02-12 2013-09-17 Oracle International Corporation Caching and memory optimizations for multi-layer XML customization
US8875306B2 (en) 2008-02-12 2014-10-28 Oracle International Corporation Customization restrictions for multi-layer XML customization
US8782604B2 (en) * 2008-04-11 2014-07-15 Oracle International Corporation Sandbox support for metadata in running applications
US20090259953A1 (en) * 2008-04-14 2009-10-15 Jannott Frederick P Customizable Specification Library
US20090265624A1 (en) * 2008-04-18 2009-10-22 Reiji Fukuda Electronic forms preparing and managing system, electronic forms preparing and managing program, and program storing memory media
JP5178319B2 (ja) * 2008-05-22 2013-04-10 キヤノン株式会社 アプリケーションプラットフォーム
US8667031B2 (en) * 2008-06-13 2014-03-04 Oracle International Corporation Reuse of shared metadata across applications via URL protocol
US20090319923A1 (en) * 2008-06-20 2009-12-24 International Business Machines Corporation Method for generating role-based user interfaces utilizing uml models
US8356056B2 (en) * 2008-08-26 2013-01-15 Sap Ag Functional extensions for business objects
US8799319B2 (en) 2008-09-19 2014-08-05 Oracle International Corporation System and method for meta-data driven, semi-automated generation of web services based on existing applications
US8996658B2 (en) 2008-09-03 2015-03-31 Oracle International Corporation System and method for integration of browser-based thin client applications within desktop rich client architecture
US9122520B2 (en) * 2008-09-17 2015-09-01 Oracle International Corporation Generic wait service: pausing a BPEL process
US8332654B2 (en) * 2008-12-08 2012-12-11 Oracle International Corporation Secure framework for invoking server-side APIs using AJAX
EP2207106A3 (en) * 2008-12-19 2011-03-02 Aprimo, Incorporated Complex relational database extraction system and method with respective based dynamic data modeling
US20100162147A1 (en) * 2008-12-19 2010-06-24 Ritter Gerd M Ui-driven binding of extension fields to business objects
JP5154459B2 (ja) * 2009-01-19 2013-02-27 大和化成工業株式会社 クッションクリップ
US8843435B1 (en) 2009-03-12 2014-09-23 Pegasystems Inc. Techniques for dynamic data processing
US8468492B1 (en) 2009-03-30 2013-06-18 Pegasystems, Inc. System and method for creation and modification of software applications
US8812625B1 (en) * 2009-04-21 2014-08-19 Google Inc. Tracking changes in on-line spreadsheet
US20110282929A1 (en) * 2009-04-24 2011-11-17 Wensheng Hua Computerized Request and Reward System
US8825613B2 (en) * 2009-06-01 2014-09-02 Microsoft Corporation Instance space based management pack infrastructure
US8054764B2 (en) * 2009-06-04 2011-11-08 International Business Machines Corporation Transmitting critical table information in databases
US8612887B2 (en) * 2009-10-22 2013-12-17 International Business Machines Alignment technology
US20100077349A1 (en) * 2009-11-06 2010-03-25 Health Grades, Inc. Patient direct connect
US8869108B2 (en) 2009-11-18 2014-10-21 Oracle International Corporation Techniques related to customizations for composite applications
US9392072B2 (en) 2010-04-15 2016-07-12 Rockwell Automation Technologies, Inc. Systems and methods for conducting communications among components of multidomain industrial automation system
US8984533B2 (en) 2010-04-15 2015-03-17 Rockwell Automation Technologies, Inc. Systems and methods for conducting communications among components of multidomain industrial automation system
US8484401B2 (en) 2010-04-15 2013-07-09 Rockwell Automation Technologies, Inc. Systems and methods for conducting communications among components of multidomain industrial automation system
FR2962567B1 (fr) * 2010-07-12 2013-04-26 Bull Sas Procede d'optimisation d'acces memoire, lors de la reprise d'execution d'une application, dans un microprocesseur comprenant plusieurs coeurs logiques et programme d'ordinateur mettant en oeuvre un tel procede
US8819075B2 (en) * 2010-07-26 2014-08-26 Sap Ag Facilitation of extension field usage based on reference field usage
US9063958B2 (en) 2010-07-29 2015-06-23 Sap Se Advance enhancement of secondary persistency for extension field search
NL1038225C2 (nl) * 2010-09-07 2012-03-08 Scherpenhuijsen Methode voor het projecteren van gestructureerde informatie op een verzameling ongestructureerde informatie teneinde de kwaliteit van de zoekresultaten te verbeteren.
EP2649540A1 (en) * 2010-12-08 2013-10-16 N&N Chopra Consultants Pvt. Ltd. System and method for integrating software functionalities on n-layer architecture platform
US8886646B2 (en) 2010-12-30 2014-11-11 Sap Se Field extensibility for analytical reports
US8868512B2 (en) * 2011-01-14 2014-10-21 Sap Se Logging scheme for column-oriented in-memory databases
US8880487B1 (en) 2011-02-18 2014-11-04 Pegasystems Inc. Systems and methods for distributed rules processing
US9444640B2 (en) * 2011-03-28 2016-09-13 Sony Corporation Method to create a composite RUI from multiple RUIs
US9652542B2 (en) * 2011-04-06 2017-05-16 Teradata Us, Inc. Securely extending analytics within a data warehouse environment
US8590030B1 (en) * 2011-04-14 2013-11-19 Symantec Corporation Credential seed provisioning system
US8954942B2 (en) 2011-09-30 2015-02-10 Oracle International Corporation Optimizations using a BPEL compiler
WO2013049906A1 (en) * 2011-10-05 2013-04-11 Givens Brien R Dynamically generated ui for a relational database and method thereof
US9195936B1 (en) 2011-12-30 2015-11-24 Pegasystems Inc. System and method for updating or modifying an application without manual coding
US10225249B2 (en) 2012-03-26 2019-03-05 Greyheller, Llc Preventing unauthorized access to an application server
US10229222B2 (en) * 2012-03-26 2019-03-12 Greyheller, Llc Dynamically optimized content display
US8589451B1 (en) * 2012-05-24 2013-11-19 Sap Ag Systems and methods for generating a common data model for relational and object oriented databases
US20130325867A1 (en) * 2012-06-04 2013-12-05 Sap Ag Ide integrated catalog and ddic-bridge for in-memory database views
US9965535B2 (en) * 2012-09-18 2018-05-08 Oracle International Corporation Client-side handling of transient duplicates for row-level replication
US9524239B2 (en) 2013-01-14 2016-12-20 Sap Se Self service propagation of custom extension fields into web services
US10402914B2 (en) 2013-02-22 2019-09-03 Nokia Technologies Oy Apparatus and method for providing contact-related information items
US10255327B2 (en) * 2013-02-22 2019-04-09 Nokia Technology Oy Apparatus and method for providing contact-related information items
US20140298243A1 (en) * 2013-03-29 2014-10-02 Alcatel-Lucent Usa Inc. Adjustable gui for displaying information from a database
US9626163B2 (en) * 2013-04-26 2017-04-18 Limited Liability Company “1C” Method for automated application interface change
US11397520B2 (en) * 2013-08-01 2022-07-26 Yogesh Chunilal Rathod Application program interface or page processing method and device
US9922088B2 (en) 2013-12-31 2018-03-20 Sybase, Inc. Cardinality estimation using spanning trees
US20150199262A1 (en) * 2014-01-16 2015-07-16 Vivek Bhavsar Runtime code visualization
US10740505B2 (en) 2014-08-01 2020-08-11 Riffyn, Inc. Systems and methods for process design and analysis
US10469396B2 (en) 2014-10-10 2019-11-05 Pegasystems, Inc. Event processing with enhanced throughput
GB201418612D0 (en) * 2014-10-20 2014-12-03 Umajin Ltd Umajin 1
US10055442B2 (en) * 2014-10-31 2018-08-21 Microsoft Technology Licensing, Llc Efficient updates in non-clustered column stores
US10019485B2 (en) * 2015-02-23 2018-07-10 Google Llc Search query based form populator
US11580472B2 (en) 2015-05-14 2023-02-14 Palantir Technologies Inc. Systems and methods for state machine management
US11102313B2 (en) * 2015-08-10 2021-08-24 Oracle International Corporation Transactional autosave with local and remote lifecycles
US10582001B2 (en) 2015-08-11 2020-03-03 Oracle International Corporation Asynchronous pre-caching of synchronously loaded resources
US10452497B2 (en) 2015-08-14 2019-10-22 Oracle International Corporation Restoration of UI state in transactional systems
US10419514B2 (en) 2015-08-14 2019-09-17 Oracle International Corporation Discovery of federated logins
US10503787B2 (en) 2015-09-30 2019-12-10 Oracle International Corporation Sharing common metadata in multi-tenant environment
US10582012B2 (en) 2015-10-16 2020-03-03 Oracle International Corporation Adaptive data transfer optimization
US10817494B2 (en) * 2015-12-04 2020-10-27 Riffyn, Inc. Systems and methods for parsing data in order to form structured data tables
US10726032B2 (en) 2015-12-30 2020-07-28 Palantir Technologies, Inc. Systems and methods for search template generation
US10338894B2 (en) * 2016-05-02 2019-07-02 Sap Se Generating applications based on data definition language (DDL) query view and application page template
US10698599B2 (en) 2016-06-03 2020-06-30 Pegasystems, Inc. Connecting graphical shapes using gestures
US11113640B2 (en) * 2016-06-29 2021-09-07 Tata Consultancy Services Limited Knowledge-based decision support systems and method for process lifecycle automation
US10698647B2 (en) 2016-07-11 2020-06-30 Pegasystems Inc. Selective sharing for collaborative application usage
US10838984B2 (en) * 2016-08-18 2020-11-17 Ebay Inc. Browse node creation using frequent pattern mining
US11144653B2 (en) * 2016-08-22 2021-10-12 Accenture Global Solutions Limited Network communication stack for database control and resource planning
US11222076B2 (en) * 2017-05-31 2022-01-11 Microsoft Technology Licensing, Llc Data set state visualization comparison lock
US10733173B2 (en) * 2017-10-09 2020-08-04 Citrix Systems, Inc. Detecting and reporting changes in data values
US10824598B2 (en) * 2018-08-07 2020-11-03 Dell Products L.P. Handling file commit and commit-delete operations in an overlay optimizer
US11048488B2 (en) 2018-08-14 2021-06-29 Pegasystems, Inc. Software code optimizer and method
US10902045B2 (en) * 2018-09-18 2021-01-26 Tableau Software, Inc. Natural language interface for building data visualizations, including cascading edits to filter expressions
US11048871B2 (en) * 2018-09-18 2021-06-29 Tableau Software, Inc. Analyzing natural language expressions in a data visualization user interface
CN110955655B (zh) * 2018-09-26 2022-10-14 千寻位置网络有限公司 动态cmdb数据库模型存储方法和系统
US11455339B1 (en) 2019-09-06 2022-09-27 Tableau Software, LLC Incremental updates to natural language expressions in a data visualization user interface
US11138164B1 (en) * 2019-11-27 2021-10-05 Amazon Technologies, Inc. Alter table implementation details with schema versioning
US11281638B2 (en) 2020-04-22 2022-03-22 Capital One Services, Llc Consolidating multiple databases into a single or a smaller number of databases
US11567945B1 (en) 2020-08-27 2023-01-31 Pegasystems Inc. Customized digital content generation systems and methods
US11698933B1 (en) 2020-09-18 2023-07-11 Tableau Software, LLC Using dynamic entity search during entry of natural language commands for visual data analysis
US11301631B1 (en) 2020-10-05 2022-04-12 Tableau Software, LLC Visually correlating individual terms in natural language input to respective structured phrases representing the natural language input
US11860904B2 (en) * 2020-12-01 2024-01-02 International Business Machines Corporation Determining and propagating high level classifications

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5950190A (en) * 1997-05-13 1999-09-07 Aptek, Inc. Dynamic, self-modifying graphical user interface for relational database applications

Family Cites Families (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07104868B2 (ja) * 1988-04-08 1995-11-13 インターナシヨナル・ビジネス・マシーンズ・コーポレーシヨン データ記憶検索システム
US5355474A (en) * 1991-09-27 1994-10-11 Thuraisngham Bhavani M System for multilevel secure database management using a knowledge base with release-based and other security constraints for query, response and update modification
US5418957A (en) * 1992-03-09 1995-05-23 Narayan; Rom Network data dictionary
US5684964A (en) * 1992-07-30 1997-11-04 Teknekron Infoswitch Corporation Method and system for monitoring and controlling the performance of an organization
US5353401A (en) * 1992-11-06 1994-10-04 Ricoh Company, Ltd. Automatic interface layout generator for database systems
WO1995003586A1 (en) * 1993-07-21 1995-02-02 Persistence Software, Inc. Method and apparatus for generation of code for mapping relational data to objects
US5627979A (en) * 1994-07-18 1997-05-06 International Business Machines Corporation System and method for providing a graphical user interface for mapping and accessing objects in data stores
US6061515A (en) * 1994-07-18 2000-05-09 International Business Machines Corporation System and method for providing a high level language for mapping and accessing objects in data stores
US5742813A (en) * 1994-11-10 1998-04-21 Cadis, Inc. Method and apparatus for concurrency in an object oriented database using lock inheritance based on class objects
US5778356A (en) * 1994-11-10 1998-07-07 Cadis, Inc. Dynamically selectable language display system for object oriented database management system
US5838965A (en) * 1994-11-10 1998-11-17 Cadis, Inc. Object oriented database management system
US5835910A (en) * 1994-11-10 1998-11-10 Cadis, Inc. Method and system for comparing attributes in an object-oriented management system
US5873093A (en) * 1994-12-07 1999-02-16 Next Software, Inc. Method and apparatus for mapping objects to a data source
US6026388A (en) * 1995-08-16 2000-02-15 Textwise, Llc User interface and other enhancements for natural language information retrieval system and method
US6035300A (en) * 1995-12-15 2000-03-07 International Business Machines Corporation Method and apparatus for generating a user interface from the entity/attribute/relationship model of a database
US5778375A (en) * 1996-06-27 1998-07-07 Microsoft Corporation Database normalizing system
US5848406A (en) * 1996-09-03 1998-12-08 Matsushita Electric Industrial Co., Ltd. Method for presenting information on display devices of varying sizes
US5970490A (en) * 1996-11-05 1999-10-19 Xerox Corporation Integration platform for heterogeneous databases
US6105027A (en) * 1997-03-10 2000-08-15 Internet Dynamics, Inc. Techniques for eliminating redundant access checking by access filters
US6199068B1 (en) * 1997-09-11 2001-03-06 Abb Power T&D Company Inc. Mapping interface for a distributed server to translate between dissimilar file formats
US6016394A (en) * 1997-09-17 2000-01-18 Tenfold Corporation Method and system for database application software creation requiring minimal programming
US6279008B1 (en) * 1998-06-29 2001-08-21 Sun Microsystems, Inc. Integrated graphical user interface method and apparatus for mapping between objects and databases
US6275824B1 (en) * 1998-10-02 2001-08-14 Ncr Corporation System and method for managing data privacy in a database management system
US6487552B1 (en) * 1998-10-05 2002-11-26 Oracle Corporation Database fine-grained access control
WO2001067309A2 (en) * 2000-03-03 2001-09-13 Radiant Logic, Inc. System and method for providing access to databases via directories and other hierarchical structures and interfaces
US6460041B2 (en) * 2000-04-26 2002-10-01 Inshift Technologies, Inc. Browser-based database-access engine apparatus and method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5950190A (en) * 1997-05-13 1999-09-07 Aptek, Inc. Dynamic, self-modifying graphical user interface for relational database applications

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
HARDER T ET AL: "Supporting adaptable technical information systems in heterogeneous environments-using WWW and ORDBMS" DATABASE AND EXPERT SYSTEMS APPLICATIONS, 1997. PROCEEDINGS., EIGHTH INTERNATIONAL WORKSHOP ON TOULOUSE, FRANCE 1-2 SEPT. 1997, LOS ALAMITOS, CA, USA,IEEE COMPUT. SOC, US, 1 September 1997 (1997-09-01), pages 295-303, XP010243308 ISBN: 0-8186-8147-0 *
See also references of EP1364313A2 *
ZAMYATIN A ET AL: "Diffficulties and advantages of access to corporative information in internet" SCIENCE AND TECH, PROCEEDINGS OF THE 4TH KOREA-RUSSIA INT'L SYMP., vol. 2, 2000, pages 112-117, XP010509618 *

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7464095B2 (en) 2001-07-13 2008-12-09 Rajesh Vadavia Adaptive data architecture for information management systems
WO2004063940A1 (en) * 2003-01-10 2004-07-29 Sygenics Inc. Adaptive data architecture for information management systems
WO2007145715A1 (en) 2006-06-05 2007-12-21 Microsoft Corporation Automatically generating web forms from database schema
EP2033124A1 (en) * 2006-06-05 2009-03-11 Microsoft Corporation Automatically generating web forms from database schema
EP2033124A4 (en) * 2006-06-05 2010-01-20 Microsoft Corp AUTOMATIC GENERATION OF WEB FORMS FROM A BASIC DATA SCHEME
CN101460950B (zh) * 2006-06-05 2012-06-06 微软公司 从数据库模式中自动生成web表单
WO2012166867A1 (en) 2011-06-02 2012-12-06 Microsoft Corporation Map-based methods of visualizing relational databases
EP2715577A1 (en) * 2011-06-02 2014-04-09 Microsoft Corporation Map-based methods of visualizing relational databases
EP2715577A4 (en) * 2011-06-02 2015-04-22 Microsoft Technology Licensing Llc METHODS BASED ON VISUALIZATION CARDS OF RELATIONSHIP DATABASES
US10002143B2 (en) 2013-03-29 2018-06-19 PiLab Spólka Akcyjna Computer implemented method for storing unlimited amount of data as a mind map in relational database systems
US11693833B2 (en) 2013-03-29 2023-07-04 DataWalk Spölka Ákcyjna Computer-implemented method for storing unlimited amount of data as a mind map in relational database systems
US11138162B2 (en) 2013-03-29 2021-10-05 DataWalk Spólka Akcyjna Computer-implemented method for storing unlimited amount of data as a mind map in relational database systems
US10657111B2 (en) 2013-03-29 2020-05-19 DataWalk Spółka Akcyjna Computer-implemented method for storing unlimited amount of data as a mind map in relational database systems
WO2014175767A1 (en) * 2013-04-26 2014-10-30 Limited Liability Company "1C" Method of automated interface change (versions)
KR20160003668A (ko) * 2013-04-26 2016-01-11 원씨 리미티드 라이어빌리티 컴퍼니 자동화된 인터페이스 변경(버전) 방법
KR102089825B1 (ko) 2013-04-26 2020-03-16 원씨 리미티드 라이어빌리티 컴퍼니 자동화된 인터페이스 변경(버전) 방법
EP3159815A1 (en) * 2013-06-30 2017-04-26 Pilab S.A. Database hierarchy-independent data drilling
US10242056B2 (en) 2013-06-30 2019-03-26 Datawalk Spolka Akcyjna Database hierarchy-independent data drilling
EP2819030A1 (en) * 2013-06-30 2014-12-31 Pilab S.A. Database hierarchy-independent data drilling
US11436225B2 (en) 2013-06-30 2022-09-06 Datawalk Spolka Akcyjna Database hierarchy-independent data drilling
US10909099B2 (en) 2013-08-30 2021-02-02 Datawalk Spolka Akcyjna Computer implemented method for creating database structures without knowledge on functioning of relational database system
US9747312B2 (en) 2013-08-30 2017-08-29 Pilab S.A. Computer implemented method for creating database structures without knowledge on functioning of relational database system
US11893022B2 (en) 2013-08-30 2024-02-06 DataWalk Spółka Akcyjna Computer-implemented method for improving query execution in relational databases normalized at level 4 and above
US11687509B2 (en) 2013-08-30 2023-06-27 DataWalk Spółka Akcyjna Computer implemented method for creating database structures without knowledge of functioning of relational database system
WO2015162588A1 (en) * 2014-04-23 2015-10-29 Mescal Gerald Database interface creation system and method
US9990407B2 (en) 2014-04-23 2018-06-05 Mescal IT Systems, Ltd. Stand-alone database browsing system and method
US9378253B2 (en) 2014-04-23 2016-06-28 Mescal IT Systems, Ltd. Database interface creation system and method
US9659054B2 (en) 2014-04-23 2017-05-23 Mescal IT Systems, Ltd. Database browsing system and method
USD861026S1 (en) 2015-04-23 2019-09-24 Mescal IT Systems, Ltd. Display screen or portion thereof with graphical user interface
USD856348S1 (en) 2015-04-23 2019-08-13 Mescal IT Systems Ltd. Display screen with graphical user interface
US10936668B2 (en) 2016-04-26 2021-03-02 Datawalk Spolka Akcyjna Systems and methods for querying databases

Also Published As

Publication number Publication date
US20040073565A1 (en) 2004-04-15
WO2002059793A3 (en) 2003-04-24
EP1364313A2 (en) 2003-11-26
US7318066B2 (en) 2008-01-08
CA2427354A1 (en) 2002-08-01

Similar Documents

Publication Publication Date Title
US10977220B2 (en) Systems and methods for automatically generating user interface elements for complex databases
EP1364313A2 (en) System and method for automatically generating user interfaces for arbitrarily complex or large databases
US7885981B2 (en) System and method for generating automatic user interface for arbitrarily complex or large databases
EP1484675B1 (en) System and method for generating scripts for defining database objects
US7493344B2 (en) Method and system for dynamic data merge in databases
US7194480B2 (en) System and method for invoking methods on place objects in a distributed environment
US20060026122A1 (en) Report system and method using context-sensitive prompt objects
JP2007525758A (ja) ウェブ・アプリケーションの組織管理データへのアクセスを可能とするための方法、装置、およびコンピュータ・プログラム
US7020648B2 (en) System and method for identifying and utilizing a secondary index to access a database using a management system without an internal catalogue of online metadata
US7225202B2 (en) Method and apparatus for generating query and response statements at runtime from generic requests
US7266561B2 (en) Method and apparatus for splitting and merging request and response data at runtime
US7181462B2 (en) System and method for multi server place data representation
AU2002246501A1 (en) System and method for generating automatic user interface for arbitrarily complex or large databases
Yang JDBC for SQL Server-Herong's Tutorial Examples
Cvrk et al. Advanced access control system for multi-tier server applications
Bers et al. Oracle Transparent Gateway for DB2 Installation and User’s Guide, 10g Release 2 (10.2) for IBM z/OS (OS/390) B16220-02
Installation 2. Restrictions
Muth et al. Oracle HTML DB User’s Guide, Release 1.5 Part No. B10992-01 Copyright© 2003 Oracle Corporation. All rights reserved. Primary Author: Terri Winters Contributor: Christina Cho, Michael Hichwa, Joel Kallman, Sergio Leunissen, Raj Mattamal, Tyler
Guide Adaptive Server® Enterprise
Keh et al. Oracle Database 2 Day+ .NET Developer's Guide, 11g Release 2 (11.2) E10767-01
Keh et al. Oracle Database 2 Day+ .NET Developer's Guide, 11g Release 1 (11.1) B28844-02
Brill CodeNotes for Oracle 9i
Curiel et al. Oracle Transparent Gateway for Teradata Administrator’s Guide, 10g Release 2 (10.2) for Solaris Operating System (SPARC) B14280-01
WO2002095617A1 (en) Dynamic content management application
Sela et al. Oracle Transparent Gateway for Teradata Administrator’s Guide, 10g Release 2 (10.2) for Microsoft Windows B14272-01

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2427354

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 10428209

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 2001994070

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 00835/DELNP/2003

Country of ref document: IN

WWE Wipo information: entry into national phase

Ref document number: 2002246501

Country of ref document: AU

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWP Wipo information: published in national office

Ref document number: 2001994070

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: JP