|
|
sybperl-l Archive
Up Prev Next
From: "Ellery, Michael BGI SF" <Michael dot Ellery at barclaysglobal dot com>
Subject: DBlib and Stored Procedures
Date: Aug 3 1999 12:02AM
I'm trying to figure out the easiest way to execute a stored procedure using
Sybase::DBlib and get the results back (in a reference or an array). For
instance, if I do something like
$dbh->sql("exec $DATABASE..IU_fi_lbkl_issue_SP '$param_1', '$param_2' ");
..is there some way that I can get the results from my SP (assuming I return
the values using some sort of select statement at the end of the SP)?
I'd prefer to be using CTlib, but I'm stuck with having to use DBlib at the
moment...any advice is appreciated.
Michael Ellery
Barclays Global Investors
45 Fremont St., 6th Floor #102
San Francisco, CA 94105
(415) 908-7234 [PH], (415) 597-2352 [FAX]
Email: michael.ellery@barclaysglobal.com
|