(new to .NET)
I want to use an old DLL I wrote (in VB) in an ASP.NET page. Basically the DLL takes an SQL SELECT statement, executes it against a database and returns a Recordset back.
First of all is all I need to do is add a reference to the dll in my ASP.NET?
And how do I handle the Recordset? Havent Recordsets been done away with?
Any suggestions are appreciated...
I want to use an old DLL I wrote (in VB) in an ASP.NET page. Basically the DLL takes an SQL SELECT statement, executes it against a database and returns a Recordset back.
First of all is all I need to do is add a reference to the dll in my ASP.NET?
And how do I handle the Recordset? Havent Recordsets been done away with?
Any suggestions are appreciated...