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 |
|
WoodHouse
Posting Yak Master
211 Posts |
Posted - 2009-11-06 : 04:44:11
|
| HiPlease help me out...we have business logic plan to implemented in DLL(may be its CLR or Assemblies)But I don’t have knowledge on that…Pls tell the steps or give me some samples..Thanks’ |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2009-11-06 : 16:13:13
|
| creating and using DLLs are very simple.Simple create a class in visual studio and right click the project and choose build. the compiled file will be saved in the bin directory in your solution as a dll. You can then copy it into any compile bin directory of your proposed project |
 |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2009-11-06 : 16:14:26
|
| search google, as i cant give you any pointers. As dlls can be created in a variety of languages and project types |
 |
|
|
|
|
|