Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Stored Proc Question

Stored Proc Question

From: Mark DeWaard <mark-dewaard_at_uiowa.edu>
Date: 1997/09/23
Message-ID: <34279667.8419CA46@uiowa.edu>#1/1

I'm looking for help in creating a stored procedure to do the following:

PsuedoCode would be like the following:

   Get_Records ( Tm as Date/Time)

            Connect User/Password;
            Select * from table where date >= Tm;

This procedure would be executed by a desktop application like MS-Access or Delphi, so the application would need to see the results as a table or view.

Thanks for any help,

Mark DeWaard
mark-dewaard_at_uiowa.edu Received on Tue Sep 23 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US