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-
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: [
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
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
>
> ___
cc:
Subject: [PHP-DB] Re: Stored Procedure
04/09/2001
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