Click here to Skip to main content
15,885,941 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I would like to know is there a way that without registering the assemblies and other win32.dll files, we can call .net functions using sql.
I have successfully executed the CLR integration using the assemblies and the code is working fine. But there are few limitations that everytime the c# code changes then we need to alter the assemblies. So i would like to know is there any other way of doing things.
Posted

1 solution

No, there is no other way. The assembly is stored in the database as a binary blob. If you recompile it, it needs to be updated.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900