The information in this article applies to:
SUMMARYUsing the INSERT ... EXEC syntax to insert text, ntext, or image data is not supported with SQL Server extended stored procedures. This limitation is not documented in SQL Server 7.0 Books Online. MORE INFORMATION
The INSERT ... EXEC syntax is useful to insert data into a table based on
the execution of a stored procedure or an extended stored procedure. If an
extended stored procedure returns data as a text, ntext, or image datatype,
no rows will be inserted. This restriction does not apply to standard
stored procedures.
With Open Data Services, you can describe and return data of text and image datatypes. However, because Open Data Services does not support pointers, it can not support DB-Library functions that require pointers (for example, dbmoretext, dbwritetext, and dbtxtptr). DB-Library clients can bind and receive data of these types as long as they receive them using the non-text DB-Library functions. Additional query words: prodsql XP
Keywords : |
Last Reviewed: April 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |