× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Dave Odom wrote:
Joe,
I'd like to learn about EGL and see if it has any applications here. I think we have most all our reporting needs satisfied by IBM's DataQuant but there will be a need for some simple Web based applications that can call SQL stored procedures on the i5 or send SQL and return one or more records at a time. Is EGL the best road for such applications or JavaScript/HTML or what?
EGL has inboard support for SQL. It's really very easy to invoke SQL, load up arrays of records and drop them onto a page. You can also insert and update records using SQL, either with standard insert statements or via updatable cursors. You can also call or open stored procedures (open allows you to process the results one row at a time).

You define the fields to process in a "record", which identifies the columns to process. The record is a metadata construct: it can be used to write the EGL code (such as "get customers") and it can also be used to paint pages using the WYSIWYG editor. For example, if you drop an array of customers onto the page, the JSF editor will paint a table with column headings and so on. This table is then automatically tied ("bound") to the array, so that whatever you do in your EGL code automatically is displayed on the page.

It's really quite powerful.

Joe

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.