How do I get multiple rows?

2001-03-15 Thread Scott Phelps
Here's what doesn't work: my $dbh=DBI-connect('dbi:ODBC:scottp', 'user', 'pass', {RaiseError = 1, AutoCommit = 1} ) || errorhandler("Database connection error: $DBI::errstr"); $sth=$dbh-prepare("SELECT $content_field FROM $content_table WHERE

Re: How do I get multiple rows?

2001-03-15 Thread Chris Winters
* Scott Phelps ([EMAIL PROTECTED]) [010315 10:11]: Here's what doesn't work: my $dbh=DBI-connect('dbi:ODBC:scottp', 'user', 'pass', {RaiseError = 1, AutoCommit = 1} ) || errorhandler("Database connection error: $DBI::errstr");

Re: How do I get multiple rows?

2001-03-15 Thread Ronald J Kimball
On Thu, Mar 15, 2001 at 09:54:21AM -0500, Scott Phelps wrote: Here's what doesn't work: my $dbh=DBI-connect('dbi:ODBC:scottp', 'user', 'pass', {RaiseError = 1, AutoCommit = 1} ) || errorhandler("Database connection error: $DBI::errstr");