Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Oracle stored procedure question
Message
 
 
À
26/02/1999 12:10:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00192008
Message ID:
00192017
Vues:
64
>I have a requirement to use stored procedure for all
>calls to our Oracle server.
>
>When I was using SQL Server 6.5 I could simply create
>a stored procedure as such:
>
> SELECT * FROM table
>
>I would then be able to manipulate the 'sqlresult' cursor.
>
>I would like to do the same thing in an Oracle 8 environment
>but it appears that Oracle requires that I write the
>results to a permanent table.
>
>How can I create a stored proc that will simply select all
>data from a table and then let VFP maninpulate the results?
>
>I would think that this would be easy...

I think your approach is better suited to adding a VFP remote view of the Oracle table. You could even parameterize the view to retrieve only the data you need from the table.
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform