Neven,

now I suspect that I am not even executing the procedure, I dont think I have teh params correct yet... the code is

         $params = array();
         $params['ip_email'] = $this->edtEmail->Text;
         $params['ip_password'] = $this->edtPassword->Text;
//       $params[0] = $this->edtEmail->Text;
//       $params[1] = $this->edtPassword->Text;
         $this->prc->Params = $params;
         $this->prc->Prepare ();
         $this->prc->close ();
         $this->prc->open ();


On 26/02/2011 11:37 p.m., Neven MacEwan wrote:
Rohit

Which DB? which library?
Does anyone know hot get a value/result back from a php function in
delphi 4 php using storedproc ?

I have tried many variations from other languages - but no go.  There is
no help and the examples dont provide much insight.



_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

__________ Information from ESET NOD32 Antivirus, version of virus signature 
database 5908 (20110225) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


__________ Information from ESET NOD32 Antivirus, version of virus signature 
database 5908 (20110225) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com






--
Regards

*Rohit Gupta*
B.E. Elec., M.E., Mem IEEE, Member IET
Technical Manager
Computer Fanatics Ltd

*Tel *4892280
*Fax *4892290
*Web *www.cfl.co.nz
------------------------------------------------------------------------
This email and any attachments contain information, which is confidential and may be subject to legal privilege and copyright. If you are not the intended recipient, you must not use, distribute or copy this email or attachments. If you have received this in error, please notify us immediately by return email and then delete this email and any attachments.
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Reply via email to