Thx in advance
/MiZzaYou can get SQL to make COM style calls...look up extended procedures. However, you'd still need a way to identify what the calling application was.|||Main stored procedures to use:
sp_OACreate - Creates an instance of the OLE object on an instance of Microsoft® SQL Server?. (e.g. COM component)
sp_OAMethod
sp_OADestroy
Support stored procedures to use:
sp_OAGetErrorInfo
sp_OAGetProperty
sp_OASetProperty
sp_OAStop
No comments:
Post a Comment