Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Stored Procedure calling Com

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-08-07 : 09:54:10
Anil writes "When iam Executing
EXEC @hr = sp_OACreate 'SQLOLE.SQLServer',@object OUT,4
THIS Line code in a stored procedure. Iam getting output like this -2147211484

Can you please tell me what is that. Is it an Error. How to know the error description??"

macka
Posting Yak Master

162 Posts

Posted - 2002-08-07 : 09:58:17
Have you tried using sp_OAGetErrorInfo to get a description of the
error?

macka.

Go to Top of Page
   

- Advertisement -