|
rpaller
Posting Yak Master
USA
137 Posts |
Posted - 12/06/2000 : 11:03:05
|
quote:
Linda writes "Can a trigger execute a component?"
Linda,
Take a look at the sp_OACreate, sp_OADestroy, sp_OAGetErrorInfo, sp_OAGetProperty, sp_OAMethod, sp_OASetProperty, and sp_OAStop stored procedures in Books Online (BOL). These system stored procedures allow you to use OLE objects, such as the SQL DMO. You should be able use these stored procedures inside your trigger(s).
Good Luck! Rob
|
 |
|