asp to aspx conversion problem

  • Thread starter Thread starter John
  • Start date Start date
J

John

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
 
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

Try asking this question in the microsoft.public.dotnet.framework.aspnet news
group. This is the ADO.NET group.

Good luck with your project,

Otis Mukinfus

http://www.otismukinfus.com
http://www.arltex.com
http://www.tomchilders.com
http://www.n5ge.com
 
Otis,

It seems to me more a problem for the DotNet.Data newsgroup (not AdoNet in
that you are right). Active persons in those are by example Bill Vaughn and
Paul Clement. They will probably give the answer here.

I assume that it is just a reference setting that can be done using the tab
project and than add reference.

However probably is better as the John has a look what ADONET can do for
him.

Cor
 
Otis,

It seems to me more a problem for the DotNet.Data newsgroup (not AdoNet in
that you are right). Active persons in those are by example Bill Vaughn and
Paul Clement. They will probably give the answer here.

I assume that it is just a reference setting that can be done using the tab
project and than add reference.

However probably is better as the John has a look what ADONET can do for
him.

Cor
{snip}

You know Cor, now that I see the post after several hours have gone by, I
believe you're right about that. I think my original reading of the post zeroed
in on the ASP to ASPX conversion part ;o)

Thanks for pointing that out to me in a nice way.

Good luck with your project,

Otis Mukinfus

http://www.otismukinfus.com
http://www.arltex.com
http://www.tomchilders.com
http://www.n5ge.com
 
Back
Top