Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) 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 </td>
<td nowrap>$PROC </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.
This mailing list archive is Copyright 1997-2026 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.