|
|
|
Read records from the 400
And Display in an HTML Table
| �� |
It�s AMAZINGLY easy to create an Active Server Page
to retrieve data from a file on the 400 and display those records in an HTML
Table. If you have been given the task of creating web pages that access your iSeries data, you'll want to take a serious look at Active Server Pages. If you're running a Windows NT or 2000 server at your office, you already have all of the software you need. Data access from an ASP is simple. ActiveX Data Objects (ADO) and
IBM�s OLE DB provider for the 400 make this possible. There are a few requirements that need to be met to perform
this. First off, you need to have a
machine running Microsoft Internet Information Server (IIS). This machine must also have Client Access
Express (V4R4M0 or higher) installed.
The box below contains the source for an
Active Server Page that uses a Server Side VB Script to read data and display it
in the browser.
|
� | |
|