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

How are Oracle Stored Procedures used as Data Source in DataWindows? 1

Status
Not open for further replies.

katatagan

Programmer
Aug 15, 2001
4
PH
Hi there. I am a PowerBuilder developer and recently we have migrated our Sybase databases to Oracle8i. Our problem is, we cannot use Oracle stored procedures which return result sets. The error says that we need to declare the stored procedures. How can we do this? Please help.

katatagan
Programmer
 
try declaring the stored procedure as local external function on the transaction object ( using a user object
of type transaction for SQLCA).

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top