Standard database queries within standard request-response...

Data processing: database and file management or data structures – Database design – Data structure types

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C707S793000, C345S215000, C345S215000

Reexamination Certificate

active

06356906

ABSTRACT:

FIELD OF THE INVENTION
This invention relates generally to standard request-response protocols such as the HyperText Transport Protocol (HTTP), and more specifically to standard database queries, such as Structure Query Language (SQL) queries, within such standard requestresponse protocols.
BACKGROUND OF THE INVENTION
The HyperText Transport Protocol (HTTP) has emerged as the standard mechanism by which information is transported over TCP/IP (Transmission Control Protocol/Internet Protocol) compatible networks, such as the Internet, intranets, and extranets. HTTP is more specifically an application-level protocol for distributed, collaborative, hypermedia information systems. It is a generic, stateless, protocol that can be used for many tasks beyond its use for hypertext, such as name servers and distributed object management systems, through extension of its request methods, error codes and headers. It is referred to as a transport protocol, since information is transported according to its specifications, and is also referred to as a request-response protocol, since information is exchanged by a client making a request of a server, which generates a response thereto. HTTP as referred to herein refers generally to any standard of HTTP, and specifically to HTTP/1.1, as described in the HTTP Working Group Internet Draft dated Nov. 18, 1998, prepared by Fielding, et al., and available on the web site http://www.w3.org.
A common use of HTTP is the transport of information formatted according to a markup language. For example, a popular application of the Internet is the browsing of world-wide-web pages thereof. In such instances, typically the information retrieved is in HyperText Markup Language (HTML) format, as transported according to HTTP. However, other standard markup languages are emerging. One such markup language is eXtensible Markup Language (XML). XML describes a class of data objects that are referred to as XML documents, and partially describes the behavior of computer programs that process them. A primary difference between HTML and XML is that within the former, information content is intertwined with the layout of the content, making their separation difficult, for example. Conversely, within XML a description of the storage layout and logical structure of content is maintained separate from the content itself. However, both XML and HTML are subsets of a markup language known as Standard Generalized Markup Language (SGML). XML as referred to herein refers generally to any standard of XML, and specifically to XML 1.0, as described in the W3C recommendation REC-xml-19980210 dated Feb. 10, 1998, and also available on the web site http://www.w3.org.
A limitation to HTTP, however, is that it does not have defined extensions for standard database queries. Database queries are typically generated by clients for transmission to servers maintaining a database, so that the client can, for example, determine specific information contained in the database. A database query language is referred to as a language in which database queries can be formulated. The most popular database query language is the Structured Query Language (SQL). Thus, SQL is a database language that allows clients to formulate queries to obtain information from databases stored on servers. SQL as referred to herein refers generally to any standard of SQL, and specifically to the version of SQL known within the art as either SQL 92, SQL2, or SQL 1992. SQL 92 is specifically described in ISO/IEC 9075:1992, Database Language SQL, Jul. 30, 1992, available from and produced by the International Organization for Standardization (ISO) in liaison with the International Electrotechnical Commission (IEC), specifically the Joint Technical Committee ISO/IEC JTC1, Information Processing Systems. SQL is also described in Chris Date and Hugh Darwen, A Guide to the SQL Standard: A User's Guide to the Standard Database Language SQL, April 1997, ISBN 0201964260.
Because HTTP does not provide for SQL queries, clients and servers otherwise connected to the Internet, for example, have no standard mechanism by which to communicate with one another regarding information stored in databases on the servers. A client may have to know the specific and peculiar manner by which a database server expects to receive SQL queries over the Internet. This limits the usability of such database servers. For these and other reasons, there is a need for the present invention.
SUMMARY OF THE INVENTION
The invention relates to standard database queries within standard requestresponse protocols. For example, in one embodiment, a method receives a database query according to a predetermined query language such as SQL. The method wraps the query according to a predetermined markup language, such as XML. The method further wraps the query according to a predetermined transport protocol, such as HTTP. The method outputs the database query as has been wrapped, such that the query can be submitted from a client to a server over a TCP/IP-compliant network, such as the Internet.
Embodiments of the invention therefore provide for advantages not found in the prior art. Computers coupled to TCP/IP-compliant networks such as the Internet, intranets, and extranets can send and receive SQL queries and responses among one another in a standard manner. Because Internet connectivity is becoming increasingly standard for computers, this means that so long as a given computer is able to generate an SQL query, it is then able, for example, to send the query to a server maintaining an SQL database, in a standard manner.
The invention includes computer-implemented methods, machine-readable media, computerized systems, and computers of varying scopes. Other aspects, embodiments and advantages of the invention, beyond those described here, will become apparent by reading the detailed description and with reference to the drawings.


REFERENCES:
patent: 5826258 (1998-10-01), Gupta et al.
patent: 6083276 (2000-07-01), Davidson et al.
patent: 6085186 (2000-07-01), Christianson et al.
“XML: A Door to Automated Web Applications,” Khare et al., IEEE Internet Computing, Viol. 1, No. 4, pp. 78-87, Jun. 1997.*
“Using Server Side XML to create individualized Web Pages,” Mark Baker, Proceedings of the 1998 IEEE International Conference, vol. 2, pp. 317-319, Sep. 23, 1998.*
“XML-Based Information Mediation with MIX,” Baru et al., Proceedings of the 1999 ACM SIGMOD, pp. 597-599, May 31, 1999.*
“An XML-baesd Wrapper Generator for Web Information Extraction,” Liu et al., Proceedings of the 1999 ACM SIGMOD, pp. 540-543, May 31, 1999.*
HTTP Working Group Internet Draft dated Nov. 18, 1998, prepared by Fielding, et al., available on the web site http://www.w3.org. [Chapter 1 is specifically provided].
W3C Recommendation REC-xml-1998-0210 dated Feb. 10, 1998, and available on the web site http://www.w3.org.
E. James Whitehead Jr., World-Wide-Web Distributed Authoring and Versioning (WebDAV): An Introduction, in StandardView, vol. 5, No. 1, Mar. 1997, pp. 3-8.
Internet Engineering Task Force (IETF) Request for Comment (RFC) 2518, entitled HTTP Extensions for Distributed Authoring, by Y. Goland, E. Whitehead, A. Faizi, S. Carter and D. Jensen, dated Feb. 1999.
ISO/IEC 9075:1992, Database Language SQL, Jul. 30, 1992, available from and produced by the International Organization for Standardization (ISO) in liason with the International Electrotechnical Commission (IEC), specifically the Joint Technical Committee ISO/IEC JTC1, Information Processing Systems. [Introduction is specifically provided].
Chris Date and Hugh Darwen, A Guide to the SQL Standard: A User's Guide to the Standard Database Language SQL, Apr. 1997, ISBN 0201964260.
Internet Web Site http://www.microsoft.com/data/oledb/, last updated Mar. 17, 1999.
Internet Web Site http://www.microsoft.com/data/oledb/oledb20/, printed Jul. 23, 1999.
Internet Web Site http://www.microsoft.com/com/, printed Jul. 23, 1999.
Internet Web Site http://www.microsoft.com/com/about.asp, printed Jul. 23, 1999.
Networ

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Standard database queries within standard request-response... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Standard database queries within standard request-response..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Standard database queries within standard request-response... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2874525

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.