Diman
Admin
 Admin
| Posts: 1495 |  | Karma: 19 |
|
RE: Stored Procedure
|
|
Posted: 2000/06/22 20:17 |
|
|
|
|
Hi Roland !
You have two options: - use of TOCIStoredProc, and that is most convenient path; - use of TOCIQuery and PL/SQL anonymous block as content of SQL property. To get result set from stored proc see RefCursor demo from v 0.8.0. If you will have additional questions let me know.
|
|