× 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.



>From: Bob cozzi [mailto:cozzi@xxxxxxxxx] 
>Doesn't the PHP port to the iSeries have the ability to 
>serve up ASP pages?

Not that I'm aware of, but even if it did it would be minimal. Perhaps it
could support "pure" ASP, something like:

<%for i = 1 to 3%>
<font size=<%=i%>>Text<br>
<%next>

Or some such simple thing, but the power of ASP comes from it's support for
COM objects so as soon as you tried something useful (see below) you'd die
anyway. And I can't imagine PHP adding support for COM including the ability
to run Intel binary COM objects on a Power chip.

-Walden

<%
Dim cn
Dim rs

Set cn = server.createobject("adodb.connection")
Cn.open application.connectionstring

Set rs = server.createobject("adodo.recordset")
Rs.cursorlocation = aduseclient
Set rs.activeconnection = cn

Rs.open "select * from file"
Set rs.activeconnection = nothing

Cn.close
Set cn = nothing

'use rs in a loop here

Rs.close
Set rs = nothing

%>

------------
Walden H Leverich III
President
Tech Software
(516) 627-3800 x11
(208) 692-3308 eFax
WaldenL@xxxxxxxxxxxxxxx
http://www.TechSoftInc.com 

Quiquid latine dictum sit altum viditur.
(Whatever is said in Latin seems profound.)
 

-----Original Message-----
From: Bob cozzi [mailto:cozzi@xxxxxxxxx] 
Sent: Friday, May 30, 2003 8:53 AM
To: 'Web Enabling the AS400 / iSeries'
Subject: RE: [WEB400] Web page with ASP on As/400...How do i get it to work


Doesn't the PHP port to the iSeries have the ability to serve up ASP pages?
I thought there was that capability. Maybe not.


Bob Cozzi
Cozzi Consulting
www.rpgiv.com

-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx] On
Behalf Of Walden H. Leverich III
Sent: Friday, May 30, 2003 7:34 AM
To: 'Web Enabling the AS400 / iSeries'
Subject: RE: [WEB400] Web page with ASP on As/400...How do i get it to work

Nick,

The iSeries (AS/400) doesn't support Active Server Pages (ASP). If you want
to use ASP you'll need to front-end the iSeries with a Windows box (I
suggest 2003).

-Walden

------------
Walden H Leverich III
President
Tech Software
(516) 627-3800 x11
(208) 692-3308 eFax
WaldenL@xxxxxxxxxxxxxxx
http://www.TechSoftInc.com 

Quiquid latine dictum sit altum viditur.
(Whatever is said in Latin seems profound.)
 

-----Original Message-----
From: Nick [mailto:nleonessa@xxxxxxxxxxxxxxxxxxx] 
Sent: Thursday, May 29, 2003 10:15 PM
To: Midrange - Web400
Subject: [WEB400] Web page with ASP on As/400...How do i get it to work


I have a web page on my as/400 that has an ASP. I am about to view the web
page via my web browser, but when it tries to process the ASP, I get an HTTP
500 Internal server error.

I am running v5.1.

Any suggestions.


_______________________________________________
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.
_______________________________________________
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.




_______________________________________________
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.

As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.