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



Or it may be that I went trout fishing here in PA this morning and did
not take a shower...(I got 9, my dad 14 btw)

But nevertheless.

The stored procedure is being CALLED now from the AS/400.

NO errors, either reported by my script or in the error log.

BUT....

No output. Just the headings Library Procedure.

I call the SAME procedure from VB.NET and get a result set back.

echo "</br></br>";
echo "<table><tr><td>Library</td><td>Procedure</td></tr>";

while($row = i5_fetch_row( $result, I5_READ_NEXT )){
$SCHEMA = $row[0];
$PROC = $row[1];
echo("<tr><td nowrap>$SCHEMA&nbsp;</td>
<td nowrap>$PROC&nbsp;</td></tr>");
}

echo "</table>";

var_dump of $result and $hdl:
$HDL (from i5_execute) resource(5) of type (easycom result)
$result(from i5_prepare)= bool(true)


TIA Tom Deskevich
Check my picture on midrange facebook to get an idea of my state of
mind.





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.