Re: Running a stored procedure

2001-04-03 Thread Garrison G. Lutz
TED]> Sent: Tuesday, April 03, 2001 2:48 PM Subject: Running a stored procedure > > Here's what I was trying, I'm running this from IIS Win2k AS. I would use > ASP and would have been done quite some time ago, but there are some things > on this same page I would much rathe

Running a stored procedure

2001-04-03 Thread Scott Phelps
re ('sp_SEARCH_FAQ $keywords'); $sth -> execute; while (@thedata = $sth -> fetchrow_array) { print "@thedata"; } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 10:59 AM To: [EMAIL PROTECTED] Subject: R

Re: Running a stored procedure

2001-04-03 Thread Alexander Farber (EED)
Hi, Scott Phelps wrote: > I am new to DBI and have been trying to find an example of running a stored > procedure in MS-SQL. I have a simple search stored procedure that I need to > pass keywords to and receive a recordset back from. Would anyone mind > terribly giving any examples?

Running a stored procedure

2001-04-03 Thread Scott Phelps
I am new to DBI and have been trying to find an example of running a stored procedure in MS-SQL. I have a simple search stored procedure that I need to pass keywords to and receive a recordset back from. Would anyone mind terribly giving any examples? I'd appreciate the help, the DBI docs