Re: [PHP-DB] SQLExecDirect in CALL

2001-01-16 Thread zambak
THANK YOU SO MUCH... I rearly paid attention to it. "Andreas Karajannis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > zambak wrote: > > > > Then I found a piece of information on DB2 CLI on Stored Procedure Call > > > > Syntax > > Between all it says

Re: [PHP-DB] SQLExecDirect in CALL

2001-01-16 Thread Andreas Karajannis
zambak wrote: > Then I found a piece of information on DB2 CLI on Stored Procedure Call > > Syntax > Between all it says : (quote) > Unlike ODBC, DB2 CLI does not support literals as procedure arguments, > parameter markers must be used.(end quote) > I created a little app that users CLI and it

Re: [PHP-DB] SQLExecDirect in CALL

2001-01-16 Thread zambak
Andreas here is exact same message Warning: SQL error: [IBM][CLI Driver][DB2/6000] SQL10013N The specified library "/home/db2inst1/sqllib/function/SP_INS_MALL" could not be loaded. , SQL state S1000 in SQLExecDirect in /usr/local/apache/htdocs/DB2test.php on line 50 and PHP function I execut

Re: [PHP-DB] SQLExecDirect in CALL

2001-01-16 Thread Andreas Karajannis
zambak wrote: > Hi > > This is probably a question for a core PHP developers working on ODBC > > > > I have compiled my php 4.0.4 against IBM DB2 libs and all is well untill i > > do something like > > odbc_exec($cid,"CALL ('arg1','arg2','arg3')"; > > > > Call fails saying it could

[PHP-DB] SQLExecDirect in CALL

2001-01-15 Thread zambak
Hi This is probably a question for a core PHP developers working on ODBC I have compiled my php 4.0.4 against IBM DB2 libs and all is well untill i do something like odbc_exec($cid,"CALL ('arg1','arg2','arg3')"; Call fails saying it could not find certain library.mentioning SQLExecDirec