Quote:
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.