Re: Execute Error

2002-01-01 Thread Durga_Prasad
linton Hesse" <[EMAIL PROTECTED]> on 01/01/2002 03:21:15 AM To: [EMAIL PROTECTED] cc:(bcc: Durga Prasad/Satyam) Subject: Execute Error It's funny, i can call method prepare on the database object but not execute, error on line 3. 1. my $query = "SELECT UserID,Name FROM test

Re: Execute Error

2001-12-31 Thread Brent Cowgill
try $sdb->execute() Clinton Hesse wrote: >It's funny, i can call method prepare on the database object but not >execute, error on line 3. > >1. my $query = "SELECT UserID,Name FROM test"; >2. my $sdb = $dbobj->prepare($query); >3. $dbobj->execute; >

Execute Error

2001-12-31 Thread Clinton Hesse
It's funny, i can call method prepare on the database object but not execute, error on line 3. 1. my $query = "SELECT UserID,Name FROM test"; 2. my $sdb = $dbobj->prepare($query); 3. $dbobj->execute; where $dbobj is a reference to the database object I get error Can&#