Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stored Procedure -> Cursor -> Rowsource Form

Status
Not open for further replies.

jurgen

Programmer
Feb 8, 2001
209
BE
Hi,

Can someone help me on this one:
I currently create query's in access but everytime a user request this i've to update everyone's client.

Now I'm creating an engine and i'm looking for a solution.
I've created a package on the oracle server, in the packag a created several stored procedures (with the query in it). I put that one in a cursor.

What I'm trying to do then is binding that cursor to a form dataset and display the result from the query.

How can I do that ?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top