Using Oracle stored procedures with CONNX

Oracle stored procedures can be executed within CONNX by using the following ODBC Call syntax. If using Oracle databases within Microsoft Access, use the ODBC passthrough command in the Query window. If using Oracle databases with Microsoft Visual Basic, Oracle stored procedures can be executed directly in the Visual Basic application window.

{ CALL storedprocedurename( param1, param2, ...)}

 

Related Topics

image\CHICLET.jpg Performing Queries in Passthrough Mode in Oracle Rdb Databases

image\CHICLET.jpg Importing Oracle Database Tables

image\CHICLET.jpg Importing Oracle Rdb Database Tables