The information in this article applies to:
SUMMARYThis article describes how to use SQL pass-through technology to execute a stored procedure on an Oracle server. Oracle does not use the standard SQL EXECUTE command to execute stored procedures. MORE INFORMATIONThis example executes a stored procedure called SP_MYPROC. It is assumed that you have a valid ODBC datasource configured for the Oracle server. This example assumes that you have created a valid datasource called "ORADSN." This article does not cover the steps necessary to create a valid datasource. This article shows the proper syntax necessary to call a stored procedure called "SP_MYPROC," which has no parameters, using Visual FoxPro. For information on creating stored procedures in Oracle see your Oracle documentation: NOTE: The 32-bit Visigenic Oracle ODBC driver that ships with Visual
FoxPro 3.0b and many other 32-bit Microsoft products does not support the
execution of stored procedures.NOTE: As of Dec-09-1998, Visigenic was acquired by INPRISE, Inc. For information about how to contact INPRISE, please query in the Knowledge Base for one or more of the following articles: Q65416 Hardware and Software Third-Party Vendor Contact List, A-K Additional query words: ODBC
Keywords : kbcode kbinterop kbODBC kbVFp300 kbVFp300b kbVFp500 kbVFp600 kbDSupport |
Last Reviewed: August 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |