TheBugSlayer
Programmer
Hi all.
I have a procedure that uses a API to retrieve a list of SQL Servers on a given domain. I intend to use in on a page I am developing. One of the solution I thought is to wrap the procedure in a dll and use that dll in .NET. Is that possible? If yes please give a example of how to call it.
Do I need to make any modifications to my VB code in order to make it into an assembly in VB .NET for use with ASP?
Thanks for your help.
I have a procedure that uses a API to retrieve a list of SQL Servers on a given domain. I intend to use in on a page I am developing. One of the solution I thought is to wrap the procedure in a dll and use that dll in .NET. Is that possible? If yes please give a example of how to call it.
Do I need to make any modifications to my VB code in order to make it into an assembly in VB .NET for use with ASP?
Thanks for your help.