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.
| 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,4THIS Line code in a stored procedure. Iam getting output like this -2147211484Can 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 theerror?macka. |
 |
|
|
|
|
|