|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
asp to aspx conversion problemHi
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
Show quote
On Wed, 7 Feb 2007 23:56:59 -0000, "John" <John@nospam.infovis.co.uk> wrote: Try asking this question in the microsoft.public.dotnet.framework.aspnet news>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 > > 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 Show quote "Otis Mukinfus" <phoney.email.addr***@phoney.com> schreef in bericht news:8vuks2pfbpc8trnpfebgbbkbnu59a9qr8m@4ax.com... > On Wed, 7 Feb 2007 23:56:59 -0000, "John" <John@nospam.infovis.co.uk> > wrote: > >>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 On Thu, 8 Feb 2007 06:57:42 +0100, "Cor Ligthert [MVP]"
<notmyfirstn***@planet.nl> wrote: Show quote >Otis, You know Cor, now that I see the post after several hours have gone by, I> >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} 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 |
|||||||||||||||||||||||