Re: [PHP-WIN] Sending arguments to a SP in PHP

2004-03-05 Thread Luis Moreira
as far as you show. Luis - Original Message - From: "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]> To: "'Harpreet K. Singh '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 05, 2004 8:48 AM Subject: RE: [PHP-WIN

RE: [PHP-WIN] Sending arguments to a SP in PHP

2004-03-05 Thread Svensson, B.A.T. (HKG)
Very is your problem located? Is the string not properly built by php? or is an error genereated when you try to execute the query? -Original Message- From: Harpreet K. Singh To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 2004-03-04 21:55 Subject: [PHP-WIN] Sending arguments to a SP in

Re: [PHP-WIN] Sending arguments to a SP in PHP

2004-03-04 Thread Harpreet K. Singh
quot;Harpreet K. Singh" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, March 04, 2004 4:00 PM Subject: RE: [PHP-WIN] Sending arguments to a SP in PHP Why do you only have single ticks around the value of $oldquery? -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Origi

RE: [PHP-WIN] Sending arguments to a SP in PHP

2004-03-04 Thread Gerardo Rojas
arguments to a SP in PHP I am using PHP and sql server 2000. I have a stored procedure which takes 3 arguments. The first argument is a string and the rest 2 are integers. For some reasons the call to the stored procedure is being trimmed. My call is as follows $oldquery="select var1,var2

[PHP-WIN] Sending arguments to a SP in PHP

2004-03-04 Thread Harpreet K. Singh
I am using PHP and sql server 2000. I have a stored procedure which takes 3 arguments. The first argument is a string and the rest 2 are integers. For some reasons the call to the stored procedure is being trimmed. My call is as follows $oldquery="select var1,var2,var3,var4. from table order