Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi I am new in c# ,I want to use recordset to categorize my data that comes from sql query,first of all I want to know should I use just ADO.NET connection?or I can use sql connection instead,and then how can I use ADO.NET connection?which using system required?and how can I use recordset? I think if you write an example I will be so appreciate
Posted
Updated 19-Nov-11 1:03am
v4

1 solution

For ADODB
ADODB Services in .NET Applications[^]

But suggestion is go with Sqlclient because ADODB is old one.

Check MSDN
System.Data.SqlClient Namespace[^]

Using ASP.NET With SQL Server[^]
 
Share this answer
 
Comments
kitykity 19-Nov-11 6:08am    
could you please write an example for me that use both recordset and sqlclient
thatraja 19-Nov-11 6:10am    
Check my answer.
1st link for ADODB &
2nd link for Sqlclient
kitykity 19-Nov-11 7:12am    
ok I checked them but I need an example that how can I use recordset
thatraja 19-Nov-11 7:21am    
1st link contains the detail, check it. And Google it for more examples

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