Search found 3 matches
- Thu Jan 09, 2003 2:09 pm
- Forum: Databases
- Topic: db2, unified odbc, and stored procedures
- Replies: 5
- Views: 2271
off-line discussion of this topic
Hey, Phil. I've tried twice now to send you e-mail but it has bounced back both times. Don't know what's wrong there. The news on my end is, after more hunting, the non-return of values from a stored procedure seems to be a known "bogus" bug. The API's are not written to handle return vari...
- Fri Jan 03, 2003 5:06 pm
- Forum: Databases
- Topic: db2, unified odbc, and stored procedures
- Replies: 5
- Views: 2271
This is a dead issue, it seems.
Phil, thanks for the questions. Unfortunately, I don't know that I can answer them as I am fairly new to PHP. I followed the format (as best I could figure out) for calling a stored procedure using the Unified ODBC api's (which handles DB2 among others). The DB2 for iSeries (AS400) is a slightly dif...
- Thu Nov 21, 2002 4:49 pm
- Forum: Databases
- Topic: db2, unified odbc, and stored procedures
- Replies: 5
- Views: 2271
db2, unified odbc, and stored procedures
We have many chunks of good business logic on our AS400 (iSeries) and would like to use them as stored procedures using PHP and Unified ODBC. I've written test file, program, stored procedure, script. Almost everything works (connection is made, sql statement is prepared and executed, the stored pro...