please help me
Database
2
Posts
2
Posters
0
Views
1
Watching
-
My O.S is windows 2000.I want to execute a function which is defined in dll. Let ne know how to execute a function in oracle which is rsiding in a dll. Looking forward to a reply Manish
You reference the DLL in your project, then you can use the classes and other types exposed in the DLL like any other class in .NET framework. -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!