Drop the conversion app and learn ASP.NET.
I'm not trying to be rude, but if you have code that looks like that, why
not just keep it in ASP?
There's no situation where using a conversion tool will be beneficial. If
your app is small, it shouldn't take very long to convert it. If it's big, a
conversion tool will fail miserably and you'll end up with a huge
unmaintainable mess.
Karl
--
http://www.openmymind.net/
http://www.codebetter.com/
"John" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi
>
> I have used the wizard provided on www.asp.net to convert an asp app to
> aspx. Now I am getting the Type 'xxx' is not defined error on the
> following;
>
> Dim rs As ADODB.Recordset
> Dim conn As ADODB.Connection
> Dim Flds As ADODB.Fields
>
> How can I fix this?
>
> Thanks
>
> Regards
>
>