dbcgi.kawseq.com
Kawseq dbCGI Documentation
http://dbcgi.kawseq.com/uinstall.html
Installing on UNIX systems. Before you begin, make sure you have copied your. Executable to your cgi-bin. The simplest use of dbCGI. The easiest way to use. Is to use a URL that includes both the. Executable and the file name of a. File name must end with .sql. Example: A URL using. For Postgres to process the file filename.sql. Which is in your top level HTTP documents directory:. Http:/ www.example.com/cgi-bin/pgdbcgi/filename.sql. Example of the configuration file lines:. An even better approach.
dbcgi.kawseq.com
Kawseq dbCGI Documentation
http://dbcgi.kawseq.com/fmtesc.html
Introduction to the format and use of. Escapes to bring in values from the HTTP query string. Escapes to bring in values from the form variables. Escapes that represent useful numbers, counts and sequence numbers. Escapes that act on the results of a query. Escapes for producing error messages. Escapes for running external programs and accessing environment variables. Escapes that do not fit into any of the other categories.
dbcgi.kawseq.com
Kawseq dbCGI Documentation
http://dbcgi.kawseq.com/expressions.html
These formula expressions can be used in evaluate. Directives and in an evaluate. Condition in an if. You can refer to form variables by name alone inside a formula expression, provided the variable name starts with a letter or the underscore , and contains only letters, digits and the underscore. You can still refer to other variables using the formatting escapes, provided the substitution would result in valid syntax for the formula expressions. Are available, as well as the following:. Bitwise boolea...
dbcgi.kawseq.com
Kawseq dbCGI Documentation
http://dbcgi.kawseq.com/index.html
Is an open source program licensed under the GNU General Public License. That provides convenient access to SQL databases within web pages by embedding SQL inside HTML. It is both simple enough to be suitable for creating ad-hoc and prototype web pages to access a database, and powerful enough to produce fully-fledged Internet based applications where the application needs to use a backend database. Includes support for the following databases:.
dbcgi.kawseq.com
Kawseq dbCGI Documentation
http://dbcgi.kawseq.com/filefmt.html
In the simplest case a. File is an HTML file which has. Specific directives and formatting instructions embedded in it. In the more complex case a. File may have dbCGI directives be dominant, with only small amounts of HTML included. Directives are expressed using an HTML-like syntax where the directive is introduced by sql . Followed by optional content and then /sql. Below is the layout of a sample dbCGI file for Informix. Html head title Kawseq dbCGI for Informix Test /title /head body! Display a head...
dbcgi.kawseq.com
Kawseq dbCGI Documentation
http://dbcgi.kawseq.com/gpl.html
GNU GENERAL PUBLIC LICENSE. GNU GENERAL PUBLIC LICENSE. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION. How to Apply These Terms to Your New Programs. GNU GENERAL PUBLIC LICENSE. Version 2, June 1991. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. Finally, any free program i...
dbcgi.kawseq.com
Kawseq dbCGI Documentation
http://dbcgi.kawseq.com/compiling.html
Due to the complexities involved in the number of databases supported by. And the fact that each database requires different libraries on different operating systems, building. May not be as easy as building some other software. It is not practcal to produce a simple "configure" script that will figure everything out. That means you may need to make modifications to the. Makefiles to get it to build in your environment. To attempt to build. First run the build. If all goes well, a copy of the. On the "Pr...
dbcgi.kawseq.com
Kawseq dbCGI Documentation
http://dbcgi.kawseq.com/sqlsub.html
Introduction to the format and use of. Directives relating to access to a database. Directives for checking the validity of data supplied by a web browser. Directives for processing form input. Directives for evaluating a formula expression. And setting its result into a variable. Directives for reducing or altering the output of. Including comment directives and directives affecting HTTP headers. Binary data output directives. Directives for producing binary data output.
dbcgi.kawseq.com
Kawseq dbCGI Documentation
http://dbcgi.kawseq.com/winstall.html
This documentation assumes you are using either Internet Information Server(IIS) or Personal Web Server (PWS). Note: This documentation is somewhat brief. Somebody might like to write some more detailed instructions and submit them to patches-dbcgi@kawses.com. To a web server directory that is configured with execute permission for executables (for example, c: inetpub scripts. Followed by the path to a file with the SQL extension. For example, if you placed dbcgi-odbc.exe. In c: inetpub scripts.