Send feedback on this topic.
Teradata.Client.Provider
Working with Stored Procedures
.NET Data Provider for Teradata > Developer's Guide > Working with the Teradata Database Features > Working with Stored Procedures

The .Net Data Provider for Teradata supports the creation and execution of stored procedures. When creating a stored procedure, the method TdCommand.ExecuteCreateProcedure must called. Refer to Creating Stored Procedure for more information.

Refer to the General Guidelines for Using Stored Procedures and Guidelines for Using Stored Procedures Under UTF8 pages on information related to using stored procedures in an application.

The .NET Data Provider Release 14.10 contains a work-around for limitations imposed by the session character set while using a TdCommand.CommandType StoredProcedure. For more information see Using Extended Object Names in Stored Procedures.

In This Section

Creating Stored Procedures

Stored Procedures And Dynamic Result Sets

General Guidelines for Using Stored Procedures

Guidelines for Using Stored Procedures Under UTF8

External Stored Procedures and TD_ANYTYPE Parameters