DOC: Correction to Using Parameters with an OLEDBCommand (316744)
The information in this article applies to:
- Microsoft .NET Framework SDK
- Microsoft ADO.NET (included with the .NET Framework)
This article was previously published under Q316744 The following .NET Framework Class Library namespace is
referenced in this article:
System.Data.OleDb SUMMARY The following text from the Microsoft .NET Framework
Developer's Guide has a documentation error: Using Parameters with an OleDbCommand
When using parameters with an OleDbCommand, the names
of the parameters added to the OleDbParameterCollection must match the names of
the parameter markers in your stored procedure. The OLE DB .NET Data Provider
treats parameters in the stored procedure as named parameters and searches for
the matching parameter markers. To view this documentation error,
please view the following Microsoft "Using Stored Procedures with a Command"
Web site:
Modification Type: | Minor | Last Reviewed: | 1/14/2003 |
---|
Keywords: | kbbug kbdocerr kbDocs KB316744 |
---|
|