My crummy way of using stroed procs:

// Village classes
import com.workingdogs.village.*;

List records = WorkorderPeer.executeQuery( SQL.toString() );

      Vector kinaseATPConcs = new Vector();
      for ( Iterator i = records.iterator(); i.hasNext();  ) {
        Record record = (Record) i.next();
        KinaseATPConc kinaseATPConc = new KinaseATPConc();
        kinaseATPConc.setKinaseId( record.getValue( "kinase_id" ).asString()
);
        kinaseATPConc.setAtpConc( record.getValue( "atp_conc" ).asDouble()
);

        kinaseATPConcs.add( kinaseATPConc );
      }

Eric Pugh

-----Original Message-----
From: Julian Klein [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 04, 2003 5:35 PM
To: [EMAIL PROTECTED]
Subject: Stored Procedures Support



Hi All,

I was wondering if Turbine supports stored procedure calls? If so, is there
any documentation regarding this?

Thanks in Advance,

Julian


Live simply so others may simply live.
�
-Ghandi
�
Pluralitas non est ponenda sine neccesitate.
"Entities should not be multiplied unneccesarily"
�
-William of Occam


---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, and more

Reply via email to