How to Create Stored Procedures in Visual FoxPro ProgramsLast reviewed: April 30, 1996Article ID: Q130304 |
The information in this article applies to:
SUMMARYA Visual FoxPro program can create a database by using the CREATE DATABASE command, but the CREATE DATABASE command does not offer a way to create stored procedures. This article describes how a Visual FoxPro program can add stored procedures to a new or existing database.
MORE INFORMATIONTo add a stored procedure to an existing table, use the APPEND PROCEDURE command to take a procedure from an existing text file and add it to a database's stored procedure.
Step-by-Step Example
APPEND PROCEDURE FROM textfile.txt OVERWRITE |
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |