Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle stored procedure question
Message
From
26/02/1999 12:10:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Oracle stored procedure question
Miscellaneous
Thread ID:
00192008
Message ID:
00192008
Views:
72
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...
Next
Reply
Map
View

Click here to load this message in the networking platform