Rick Todd
Hall of Fame
Points: 3302
More actions
June 5, 2003 at 3:30 pm
#64477
I need to call a single method from a C# DLL from a trigger.
Has anyone done this? I did some research on it, and it looks like you can only call standard C++ methods.
Any thoughts would be appreciated.
June 9, 2003 at 12:00 pm
This was removed by the editor as SPAM
Andy Warren
SSC Guru
Points: 119902
June 9, 2003 at 1:36 pm
#460461
SP_oa~ series procs let you interact with COM objects, so you could compile it with the COM interop setting, access it that way. A different way would be to shell a mini exe that just runs the dll and uses a value passed on the command line.
Andy
http://www.sqlservercentral.com/columnists/awarren/
AndySQLAndy - My Blog!Connect with me on LinkedInFollow me on Twitter
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply