[PHP-DB] Re: [Stored Procedure] - Error handling

2008-04-15 Thread Daniel Brown
Ratheesh, There's a specific list for PHP database functions, "Databases and PHP" (PHP-DB), which you can find at http://php.net/mailinglists . I'm forwarding your message over to there, and recommend that you subscribe to that list. You'll probably get more direct responses by narrowing-

Re: [PHP-DB] Re: Stored procedure with UNION---no unique id, how to page?

2004-02-24 Thread Karen Resplendo
Found the answer to the first part of my question: SELECT D_Num = IDENTITY(int, 1, 1),* INTO temptable FROM someViewOrTable Frank Flynn <[EMAIL PROTECTED]> wrote: On 2/19/04 4:09 PM, "[EMAIL PROTECTED]" wrote: > From: Karen Resplendo > Date: Thu, 19 Feb 2004 11:37:48 -0800 (PST) > To: [

[PHP-DB] Re: Stored procedure with UNION---no unique id, how to page?

2004-02-19 Thread Frank Flynn
On 2/19/04 4:09 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > From: Karen Resplendo <[EMAIL PROTECTED]> > Date: Thu, 19 Feb 2004 11:37:48 -0800 (PST) > To: [EMAIL PROTECTED] > Subject: Stored procedure with UNION---no unique id, how to page? > > I have a stored procedure in msSQL that UNIO

[PHP-DB] Re: stored procedure -- SQL Server 2k

2001-09-09 Thread Zher
Use a query of "exec SP_name()". Note that the stored procedure may or may not return any data. Zher. <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > does anybody know to call an SP on a SQL Server 2k??? > > thanks > > Bona > > ___

Re: [PHP-DB] Re: Stored Procedure

2001-09-04 Thread bona
cc: Subject: [PHP-DB] Re: Stored Procedure 04/09/2001

[PHP-DB] Re: Stored Procedure

2001-09-04 Thread John Lim
Change to: $sth = OCIParse ($c, "begin CPF_ORA(=:cpf);end;" ); OCIBindByName ( $sth, ":cpf", 12); There could be other bugs but I'm sure you can fix them. > and I having this error message: > > Fatal error: Only variables can be passed by reference in c:\program > files\apache group\apache\ht