Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone,

I am new to .net, I have a question.

Question: How do you connect the sql database? using ADO or ADO.net technology ? Does .net supports ADO ?

Actually, I had VB code , recently I converted in to VB.net using a tool.

I am observing that, a property DataMembers of ADO is not supported in .net framework.
I do not see any replacement of the same.

It seems, I need to re-write all code( written in ADO) in to ADO.net. am I right here?



Please help.


Regards,
Joy
Posted

In this case, Code Rewrite is best option for you. Get rid of VB6 code.
ADO.NET is better than ADO. And you could use many features in .NET.

ADO.NET for the ADO Programmer[^]
 
Share this answer
 
Comments
Maciej Los 24-Dec-13 9:16am    
+5!
joyjhonson wrote:
Question: How do you connect the sql database? using ADO or ADO.net technology ? Does .net supports ADO ?

ADO.NET!

joyjhonson wrote:

It seems, I need to re-write all code( written in ADO) in to ADO.net. am I right here?

Yes, yes, yes!
 
Share this answer
 
Comments
thatraja 24-Dec-13 9:15am    
5!
Maciej Los 24-Dec-13 9:15am    
Thank you ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900