|
-
Feb 9th, 2003, 10:15 AM
#1
Thread Starter
Junior Member
Ado.
I have a samll program of VB6 and i need to convert it in VB.Net. all the features are easy but it have 3 ADO control in it and the DB is Microsoft Access. CAn anyone tell me that what i should need to do to convert this to ADO.Net plzz.
Another thing is why I cant run an application in VB.Net when i have no VB6 in the same pc.. Is that necessary to have both the development tool to convert this application???? Thaxx
-
Feb 9th, 2003, 11:08 AM
#2
Member
Re: Ado.
Originally posted by sukber81
I have a samll program of VB6 and i need to convert it in VB.Net. all the features are easy but it have 3 ADO control in it and the DB is Microsoft Access. CAn anyone tell me that what i should need to do to convert this to ADO.Net plzz.
Another thing is why I cant run an application in VB.Net when i have no VB6 in the same pc.. Is that necessary to have both the development tool to convert this application???? Thaxx
ADO and ADO.NET are completely different animals. I don't think it is a good idea to convert ADO to ADO,NET by using conversion wizard. It will be much cleaner to rewrite the whole thing from scratch.
The problem why you cannot run you program on PC that does not have VB6 is that VB.NET does not include ADO control. When you run it on PC that have VB6 it can find this control. You can import all the required controls manually and register them, then your program will run
-
Feb 9th, 2003, 09:03 PM
#3
Sleep mode
Re: Ado.
Originally posted by sukber81
I have a samll program of VB6 and i need to convert it in VB.Net. all the features are easy but it have 3 ADO control in it and the DB is Microsoft Access. CAn anyone tell me that what i should need to do to convert this to ADO.Net plzz.
Another thing is why I cant run an application in VB.Net when i have no VB6 in the same pc.. Is that necessary to have both the development tool to convert this application???? Thaxx
I've converted many ado vb6 app to vb.net . Now it's working great.When I did the converstion , VB6 was installed along with VB.NET.I don't think you have any problems when both are running.I've made the package and it's fine on XP.
-
Feb 10th, 2003, 09:37 AM
#4
Thread Starter
Junior Member
Thaxx For helping
Hi there yes i have just going to install VB6 and about the conversion .. Do u all think that the ADO control can be converted with the upgrade wizard. if i cant what should I do and How should i convert it..
-
Feb 10th, 2003, 11:59 AM
#5
Sleep mode
Re: Thaxx For helping
Originally posted by sukber81
Hi there yes i have just going to install VB6 and about the conversion .. Do u all think that the ADO control can be converted with the upgrade wizard. if i cant what should I do and How should i convert it..
While conversion , I didn't have any ActiveX Data Objects in my projs .Only through code.!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|