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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Call an Oracle Function from Access

Status
Not open for further replies.

MikeDamone

Programmer
Oct 21, 2003
106
US
I'm looking for a way to call an Oracle function from Access. I was doing an inline query from Access to Oracle using a linked table but I had to use the Top 1 feature of Access to limit my result to 1 record. It is very slow. In oracle I can use rownum = 1 which is much faster.

So I'd like to create a function on the Oracle database that incorporates rownum = 1 and then call the Oracle function from an Access query. Is this possible? Thanks!!
 
Why not use a passthru query with native oracle sql ?

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top