calling mysql stored procedure through perl

2009-02-12 Thread Vinod Guleria
Hi, I had been trying to call mysql stored procedure, but not able to do it successfully. The usage and error that i received are as follows: * Usage: my $sth=$dbh-prepare(qq{call getme()}); $sth-execute() or die(SQL Error:- $DBI::errstr\n);

DBD Oracle connectivity

2010-07-16 Thread Vinod Guleria
Dears, Could you pls let me know that Is there a way to connect to oracle DB(on remote system) without having oracle client on my system. Thanks Regards, Vinod Guleria.

Re: DBD Oracle connectivity

2010-07-25 Thread Vinod Guleria
or DBD::Gofer, or some other proxying code. Alexander John Scoles wrote: I guess you could use DBD::ODBC that does net require an oracle client. cheers John Scoles On Fri, Jul 16, 2010 at 4:50 AM, Martin J. Evans martin.ev...@easysoft.comwrote: Vinod Guleria wrote: Dears, Could you