|
|
|
|
 |
| Notes from Software World |
By ashvil on
12/13/2000 7:23 PM
IDBA, the first Internet product I designed in 1995 still remains the easiest way to access a database due to the use of declarative programming concepts.
Compared to solutions like JSP, ASP and PHP; IDBA lowers the barriers of entry for connecting the web and databases together. The code is very small and very simple. It\'s very important to understand what made IDBA simple to use.
--- Portions of IDBA readme follows ----
1. Introducing The Intranet Database Assistant ----------------------------------------------
The Intranet Database Assistant allows direct SQL connectivity between your HTML files and multiple ODBC data sources, with minimal overhead. IDBA is lightweight making it scalable.
IDBA will fit in comfortably with an environment that scales from a personal peer computer that needs to display basic database information, through to a large corporate entity that has complex SQL queries.
Here are some of the Intranet Database Assistant\'s powerful features:
1. It Generates HTML objects dynamically (like Tables and Lists) directly from your databases, with minimal HTML maintenance. (No CGI involved !)
2. It allows multiple SQL queries within the same HTML page.
3. It allows HTML forms to store data directly to your databases.
4. It allows you to use the Web internally/externally to display HTML content directly from your databases.
5. It has Unique Fax and Email capabilities that tie in with MS-Exchange.
6. Uses simple notation (no programming) to produce powerful results.
3. Basic Intranet Database Assistant Syntax for HTML: -----------------------------------------------------
All IDBA Syntax appear as comment tags within HTML pages, so that invalid database access does not cause URL failures or bad appearances of Information.
An IDBA Query statement in HTML simply looks like this:
Output Formats supported are: ------------------------------
1. TYPE=TABLE - Generates a HTML object filled with data from your query. 2. TYPE=ULIST - Generates a HTML object filled with data from your query. 3. TYPE=OLIST - Generates a HTML object filled with data from your query. 4. TYPE=MENU - Generates a HTML
|
|
|
|
|
|